UNPKG

@esm-js/jira.js

Version:

A comprehensive JavaScript/TypeScript library designed for both Node.JS and browsers, facilitating seamless interaction with the Atlassian Jira API.

9 lines (8 loc) 266 B
export interface IssueTypeUpdate { /** The ID of an issue type avatar. */ avatarId?: number; /** The description of the issue type. */ description?: string; /** The unique name for the issue type. The maximum length is 60 characters. */ name?: string; }