The ID of an issue type scheme.

interface IssueTypeSchemeId {
    issueTypeSchemeId: string;
}

Properties

issueTypeSchemeId: string

The ID of the issue type scheme.