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

interface IssueTypeSchemeProjects {
    issueTypeScheme?: Version3.Version3Models.IssueTypeScheme;
    projectIds: string[];
}

Properties

projectIds: string[]

The IDs of the projects using the issue type scheme.