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.

8 lines (7 loc) 233 B
/** The list of required status mappings by issue type. */ export interface RequiredMappingByIssueType { /** The ID of the issue type. */ issueTypeId?: string; /** The status IDs requiring mapping. */ statusIds?: string[]; }