Jira.js - Jira Cloud API library
    Preparing search index...

    Interface DeleteWorkflowSchemeIssueType

    interface DeleteWorkflowSchemeIssueType {
        id: number;
        issueType: string;
        updateDraftIfNeeded?: boolean;
    }
    Index

    Properties

    id: number

    The ID of the workflow scheme.

    issueType: string

    The ID of the issue type.

    updateDraftIfNeeded?: boolean

    Set to true to create or update the draft of a workflow scheme and update the mapping in the draft, when the workflow scheme cannot be edited. Defaults to false.