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

    Interface WorkflowCreateRequest

    The create workflows payload.

    interface WorkflowCreateRequest {
        scope: WorkflowScope;
        statuses: WorkflowStatusUpdate[];
        workflows: Version3Models.WorkflowCreate[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    scope: WorkflowScope
    statuses: WorkflowStatusUpdate[]

    The statuses to associate with the workflows.

    The details of the workflows to create.