Details about an issue type.

interface IssueTypeDetails {
    avatarId?: number;
    description?: string;
    entityId?: string;
    hierarchyLevel?: number;
    iconUrl?: string;
    id?: string;
    name?: string;
    scope?: Version2.Version2Models.Scope;
    self?: string;
    subtask?: boolean;
}

Properties

avatarId?: number

The ID of the issue type's avatar.

description?: string

The description of the issue type.

entityId?: string

Unique ID for next-gen projects.

hierarchyLevel?: number

Hierarchy level of the issue type.

iconUrl?: string

The URL of the issue type's avatar.

id?: string

The ID of the issue type.

name?: string

The name of the issue type.

self?: string

The URL of these issue type details.

subtask?: boolean

Whether this issue type is used to create subtasks.