Details of a status.

interface JiraStatus {
    description?: string;
    id?: string;
    name?: string;
    scope?: Version3.Version3Models.StatusScope;
    statusCategory?: string;
    usages?: Version3.Version3Models.ProjectIssueTypes[];
}

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.

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