v4

OpenAPI 3.0.1Apache 2.02026-08-016169702.3 MB
Issue bulk operations

Bulk delete issues

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

Permissions required:

post/rest/api/3/bulk/issues/delete

Request body

selectedIssueIdsOrKeysstring[] required

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

sendBulkNotificationboolean nullable

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.

Response

Returned if the request is successful.

taskIdstring