Issue type scheme with a list of the projects that use it.

interface IssueTypeSchemeProjects {
    issueTypeScheme: IssueTypeScheme;
    projectIds: string[];
}

Properties

issueTypeScheme: IssueTypeScheme

Details of an issue type scheme.

projectIds: string[]

The IDs of the projects using the issue type scheme.