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

    Interface JiraWorkflowStatus

    Details of a status.

    interface JiraWorkflowStatus {
        description?: string;
        id?: string;
        name?: string;
        scope?: Version3Models.WorkflowScope;
        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.

    statusCategory?: string

    The category of the status.

    statusReference?: string

    The reference of the status.