Mapping of an issue type to a context.

interface IssueTypeToContextMapping {
    contextId: string;
    isAnyIssueType?: boolean;
    issueTypeId?: string;
}

Properties

contextId: string

The ID of the context.

isAnyIssueType?: boolean

Whether the context is mapped to any issue type.

issueTypeId?: string

The ID of the issue type.