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.

9 lines (7 loc) 282 B
import type { IssueTypesWorkflowMapping } from '../models'; export interface UpdateDraftWorkflowMapping extends IssueTypesWorkflowMapping { /** The ID of the workflow scheme that the draft belongs to. */ id: number; /** The name of the workflow. */ workflowName: string; }