The project and issue type mapping with a matching custom field context.

interface ContextForProjectAndIssueType {
    contextId: string;
    issueTypeId: string;
    projectId: string;
}

Properties

contextId: string

The ID of the custom field context.

issueTypeId: string

The ID of the issue type.

projectId: string

The ID of the project.