Jira.js - Jira Cloud API library
    Preparing search index...

    Interface RemoveIssueTypesFromGlobalFieldConfigurationScheme

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

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

    Hierarchy (View Summary)

    Index

    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.