Interface IssueTypeScreenSchemeUpdateDetails

Details of an issue type screen scheme.

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

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.