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

interface IssueTypeScreenSchemesProjects {
    issueTypeScreenScheme?: Version3.Version3Models.IssueTypeScreenScheme;
    projectIds: string[];
}

Properties

projectIds: string[]

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