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) 299 B
/** The list of issue type IDs to be removed from the field configuration scheme. */ export interface IssueTypeIdsToRemove { /** * The list of issue type IDs. Must contain unique values not longer than 255 characters and not be empty. Maximum of * 100 IDs. */ issueTypeIds: string[]; }