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) 256 B
/** Associated issue type screen scheme and project. */ export interface IssueTypeScreenSchemeProjectAssociation { /** The ID of the issue type screen scheme. */ issueTypeScreenSchemeId?: string; /** The ID of the project. */ projectId?: string; }