Associated issue type screen scheme and project.

interface IssueTypeScreenSchemeProjectAssociation {
    issueTypeScreenSchemeId?: string;
    projectId?: string;
}

Hierarchy (view full)

Properties

issueTypeScreenSchemeId?: string

The ID of the issue type screen scheme.

projectId?: string

The ID of the project.