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

    Interface UpdateWorkflows

    The update workflows payload.

    interface UpdateWorkflows {
        expand?: string;
        statuses: WorkflowStatusUpdate[];
        workflows: Version2Models.WorkflowUpdate[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    expand?: string

    Use expand to include additional information in the response. This parameter accepts a comma-separated list. Expand options include:

    workflows.usages Returns the project and issue types that each workflow is associated with. statuses.usages Returns the project and issue types that each status is associated with.

    The statuses to associate with the workflows.

    The details of the workflows to update.