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

    Interface JiraWorkflowPreviewStatus

    Details of a status.

    interface JiraWorkflowPreviewStatus {
        description?: string;
        id?: string;
        name?: string;
        rawName?: string;
        scope?: WorkflowPreviewScope;
        statusCategory?: string;
        statusReference?: string;
    }
    Index

    Properties

    description?: string

    The description of the status.

    id?: string

    The ID of the status.

    name?: string

    The name of the status.

    rawName?: string

    The raw name of the status.

    statusCategory?: string

    The category of the status.

    statusReference?: string

    The reference of the status. Unique within this response but not guaranteed to be stable across requests.