interface UpdateIssueType {
    avatarId?: number;
    description?: string;
    id: string;
    name?: string;
}

Hierarchy (view full)

Properties

avatarId?: number

The ID of an issue type avatar.

description?: string

The description of the issue type.

id: string

The ID of the issue type.

name?: string

The unique name for the issue type. The maximum length is 60 characters.