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

    Interface WorkflowPreviewStatus

    Details about a workflow status in preview context.

    interface WorkflowPreviewStatus {
        approvalConfiguration?: ApprovalConfigurationPreview;
        deprecated?: boolean;
        layout?: WorkflowPreviewLayout;
        statusReference?: string;
    }
    Index

    Properties

    approvalConfiguration?: ApprovalConfigurationPreview
    deprecated?: boolean

    Whether the status is deprecated.

    statusReference?: string

    The reference of the status.