jira.js
    Preparing search index...

    Function submitBulkDelete

    • Use this API to submit a bulk delete request. You can delete up to 1,000 issues in a single operation.

      Permissions required:

      Parameters

      • client: Client
      • parameters: { selectedIssueIdsOrKeys: string[]; sendBulkNotification?: boolean | null }
        • selectedIssueIdsOrKeys: string[]

          List of issue IDs or keys which are to be bulk deleted. These IDs or keys can be from different projects and issue types.

        • OptionalsendBulkNotification?: boolean | null

          A boolean value that indicates whether to send a bulk change notification when the issues are being deleted.

          If true, dispatches a bulk notification email to users about the updates.

      • Optionaloptions: RequestOptions

      Returns Promise<{ taskId?: string; [key: string]: unknown }>