The project and issue type mapping.

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

Properties

issueTypeId: string

The ID of the issue type.

projectId: string

The ID of the project.