interface IssueTypeUpdateBean {
    avatarId?: number;
    description?: string;
    name?: string;
}

Properties

avatarId?: number

The ID of an issue type avatar. This can be obtained be obtained from the following endpoints:

description?: string

The description of the issue type.

name?: string

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