The list of issue type IDs to be removed from the field configuration scheme.

interface RemoveIssueTypesFromGlobalFieldConfigurationScheme {
    id: number;
    issueTypeIds: string[];
}

Hierarchy (view full)

Properties

Properties

id: number

The ID of the field configuration scheme.

issueTypeIds: string[]

The list of issue type IDs. Must contain unique values not longer than 255 characters and not be empty. Maximum of 100 IDs.