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

    Interface DeleteWorkflowMapping

    interface DeleteWorkflowMapping {
        id: number;
        updateDraftIfNeeded?: boolean;
        workflowName: string;
    }
    Index

    Properties

    id: number

    The ID of the workflow scheme.

    updateDraftIfNeeded?: boolean

    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.

    workflowName: string

    The name of the workflow.