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

    Interface UpdateDraftDefaultWorkflow

    Details about the default workflow.

    interface UpdateDraftDefaultWorkflow {
        id: number;
        updateDraftIfNeeded?: boolean;
        workflow: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    id: number

    The ID of the workflow scheme that the draft belongs to.

    updateDraftIfNeeded?: boolean

    Whether a draft workflow scheme is created or updated when updating an active workflow scheme. The draft is updated with the new default workflow. Defaults to false.

    workflow: string

    The name of the workflow to set as the default workflow.