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

    Interface RemoveIssueTypesFromContext

    The list of issue type IDs.

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

    Hierarchy (View Summary)

    Index

    Properties

    contextId: number

    The ID of the context.

    fieldId: string

    The ID of the custom field.

    issueTypeIds: string[]

    The list of issue type IDs.