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.

11 lines (9 loc) 338 B
import type { StatusProjectIssueTypeUsagePage } from './statusProjectIssueTypeUsagePage'; /** The issue types using this status in a project. */ export interface StatusProjectIssueTypeUsageDTO { issueTypes?: StatusProjectIssueTypeUsagePage; /** The project ID. */ projectId?: string; /** The status ID. */ statusId?: string; }