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

    Interface WorkflowUpdateRequest

    The update workflows payload.

    interface WorkflowUpdateRequest {
        statuses: WorkflowStatusUpdate[];
        workflows: Version3Models.WorkflowUpdate[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    statuses: WorkflowStatusUpdate[]

    The statuses to associate with the workflows.

    The details of the workflows to update.