Details of an issue type screen scheme.

interface IssueTypeScreenSchemeUpdateDetails {
    description?: string;
    name?: string;
}

Hierarchy (view full)

Properties

Properties

description?: string

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

name?: string

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