The list of issue type IDs.

interface RemoveIssueTypesFromContext {
    contextId: number;
    fieldId: string;
    issueTypeIds: string[];
}

Hierarchy (view full)

Properties

contextId: number

The ID of the context.

fieldId: string

The ID of the custom field.

issueTypeIds: string[]

The list of issue type IDs.