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

    Interface GetDefaultWorkflow

    interface GetDefaultWorkflow {
        id: number;
        returnDraftIfExists?: boolean;
    }
    Index

    Properties

    id: number

    The ID of the workflow scheme.

    returnDraftIfExists?: boolean

    Set to true to return the default workflow for the workflow scheme's draft rather than scheme itself. If the workflow scheme does not have a draft, then the default workflow for the workflow scheme is returned.