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

interface IssueTypeScreenSchemesProjects {
    issueTypeScreenScheme?: Version2.Version2Models.IssueTypeScreenScheme;
    projectIds: string[];
}

Properties

projectIds: string[]

The IDs of the projects using the issue type screen scheme.