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

    Interface GetWorkflow

    interface GetWorkflow {
        id: number;
        returnDraftIfExists?: boolean;
        workflowName?: string;
    }
    Index

    Properties

    id: number

    The ID of the workflow scheme.

    returnDraftIfExists?: boolean

    Returns the mapping from the workflow scheme's draft rather than the workflow scheme, if set to true. If no draft exists, the mapping from the workflow scheme is returned.

    workflowName?: string

    The name of a workflow in the scheme. Limits the results to the workflow-issue type mapping for the specified workflow.