A project and issueType ID pair that identifies a status mapping.

interface ProjectAndIssueTypePair {
    issueTypeId: string;
    projectId: string;
}

Properties

issueTypeId: string

The ID of the issue type.

projectId: string

The ID of the project.