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) 199 B
/** The project and issue type mapping. */ export interface ProjectIssueTypeMapping { /** The ID of the project. */ projectId: string; /** The ID of the issue type. */ issueTypeId: string; }