Details of the association between an issue type scheme and project.

interface IssueTypeSchemeProjectAssociation {
    issueTypeSchemeId: string;
    projectId: string;
}

Hierarchy (view full)

Properties

issueTypeSchemeId: string

The ID of the issue type scheme.

projectId: string

The ID of the project.