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

    Interface WorkflowPreviewResponse

    The preview workflow response containing workflows and statuses.

    interface WorkflowPreviewResponse {
        statuses?: JiraWorkflowPreviewStatus[];
        workflows?: WorkflowPreview[];
    }
    Index

    Properties

    statuses?: JiraWorkflowPreviewStatus[]

    The list of statuses referenced by the workflows.

    workflows?: WorkflowPreview[]

    The list of workflows. The workflows are returned in the same order as specified in the request.