The list of required status mappings by issue type.

interface RequiredMappingByIssueType {
    issueTypeId?: string;
    statusIds?: string[];
}

Properties

issueTypeId?: string

The ID of the issue type.

statusIds?: string[]

The status IDs requiring mapping.