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) 335 B
import type { StatusProjectIssueTypeUsagePage } from './statusProjectIssueTypeUsagePage'; /** The issue types using this status in a project. */ export interface StatusProjectIssueTypeUsage { issueTypes?: StatusProjectIssueTypeUsagePage; /** The project ID. */ projectId?: string; /** The status ID. */ statusId?: string; }