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

    Interface JiraStatus

    Details of a status.

    interface JiraStatus {
        description?: string;
        id?: string;
        name?: string;
        scope?: Version3Models.StatusScope;
        statusCategory?: string;
        usages?: Version3Models.ProjectIssueTypes[];
    }
    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.

    See the deprecation notice for details.

    Projects and issue types where the status is used. Only available if the usages expand is requested.