jira.js
    Preparing search index...

    Function deleteCustomFieldOption

    • Deletes a custom field option.

      Options with cascading options cannot be deleted without deleting the cascading options first.

      This operation works for custom field options created in Jira or the operations from this resource. To work with issue field select list options created for Connect apps use the Issue custom field options (apps) operations.

      Permissions required: Administer Jira global permission.

      Parameters

      • client: Client
      • parameters: { contextId: number; fieldId: string; optionId: number }
        • contextId: number

          The ID of the context from which an option should be deleted.

        • fieldId: string

          The ID of the custom field.

        • optionId: number

          The ID of the option to delete.

      • Optionaloptions: RequestOptions

      Returns Promise<void>