jira.js
    Preparing search index...

    Function removeIssueTypesFromContext

    • Removes issue types from a custom field context.

      A custom field context without any issue types applies to all issue types.

      Permissions required: Administer Jira global permission.

      Parameters

      • client: Client
      • parameters: { contextId: number; fieldId: string; issueTypeIds: string[] }
        • contextId: number

          The ID of the context.

        • fieldId: string

          The ID of the custom field.

        • issueTypeIds: string[]

          The list of issue type IDs.

      • Optionaloptions: RequestOptions

      Returns Promise<void>