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

    Interface UpdateWorkflows

    The update workflows payload.

    interface UpdateWorkflows {
        expand?: string | ("workflows.usages" | "statuses.usages")[];
        statuses: WorkflowStatusUpdate[];
        workflows: Version3Models.WorkflowUpdate[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    expand?: string | ("workflows.usages" | "statuses.usages")[]

    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.
    statuses: WorkflowStatusUpdate[]

    The statuses to associate with the workflows.

    The details of the workflows to update.