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.

10 lines (9 loc) 285 B
export interface GetDraftWorkflow { /** The ID of the workflow scheme that the draft belongs to. */ id: number; /** * The name of a workflow in the scheme. Limits the results to the workflow-issue type mapping for the specified * workflow. */ workflowName?: string; }