@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) • 318 B
text/typescript
export interface DeleteDefaultWorkflow {
/** The ID of the workflow scheme. */
id: number;
/**
* Set to true to create or update the draft of a workflow scheme and delete the mapping from the draft, when the
* workflow scheme cannot be edited. Defaults to `false`.
*/
updateDraftIfNeeded?: boolean;
}