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

    Interface WorkflowReferenceStatus

    The statuses referenced in the workflow.

    interface WorkflowReferenceStatus {
        deprecated?: boolean;
        layout?: WorkflowStatusLayout;
        properties?: {};
        statusReference?: string;
    }
    Index

    Properties

    deprecated?: boolean

    Indicates if the status is deprecated.

    properties?: {}

    The properties associated with the status.

    statusReference?: string

    The reference of the status.