Details of an issue type screen scheme.

interface IssueTypeScreenScheme {
    description?: string;
    id: string;
    name: string;
}

Properties

Properties

description?: string

The description of the issue type screen scheme.

id: string

The ID of the issue type screen scheme.

name: string

The name of the issue type screen scheme.