Details of the name, description, and default issue type for an issue type scheme.

interface IssueTypeSchemeUpdateDetails {
    defaultIssueTypeId?: string;
    description?: string;
    name?: string;
}

Hierarchy (view full)

Properties

defaultIssueTypeId?: string

The ID of the default issue type of the issue type scheme.

description?: string

The description of the issue type scheme. The maximum length is 4000 characters.

name?: string

The name of the issue type scheme. The name must be unique. The maximum length is 255 characters.