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

    Interface WorkflowUpdate

    interface WorkflowUpdate {
        statuses?: JiraWorkflowStatus[];
        taskId?: string;
        workflows?: JiraWorkflow[];
    }
    Index

    Properties

    statuses?: JiraWorkflowStatus[]

    List of updated statuses.

    taskId?: string

    If there is a asynchronous task operation, as a result of this update.

    workflows?: JiraWorkflow[]

    List of updated workflows.