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

    Interface WorkflowPreview

    Details of a workflow.

    interface WorkflowPreview {
        description?: string;
        id?: string;
        loopedTransitionContainerLayout?: WorkflowPreviewLayout;
        name?: string;
        queryContext?: ProjectIssueTypeQueryContext[];
        scope?: WorkflowPreviewScope;
        startPointLayout?: WorkflowPreviewLayout;
        statuses?: WorkflowPreviewStatus[];
        transitions?: TransitionPreview[];
        version?: WorkflowDocumentVersion;
    }
    Index

    Properties

    description?: string

    The description of the workflow.

    id?: string

    The ID of the workflow.

    loopedTransitionContainerLayout?: WorkflowPreviewLayout
    name?: string

    The name of the workflow.

    The project and issue type context for this workflow query.

    startPointLayout?: WorkflowPreviewLayout

    The statuses referenced in this workflow.

    transitions?: TransitionPreview[]

    The transitions of the workflow.