v4

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

Bulk edit issues

Use this API to submit a bulk edit request and simultaneously edit multiple issues. There are limits applied to the number of issues and fields that can be edited. A single request can accommodate a maximum of 1000 issues (including subtasks) and 200 fields.

Permissions required:

post/rest/api/3/bulk/issues/fields

Request body

selectedActionsstring[] required

List of all the field IDs that are to be bulk edited. Each field ID in this list corresponds to a specific attribute of an issue that is set to be modified in the bulk edit operation. The relevant field ID can be obtained by calling the Bulk Edit Get Fields REST API (documentation available on this page itself).

selectedIssueIdsOrKeysstring[] required

List of issue IDs or keys which are to be bulk edited. 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 edited.

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

Response

Returned if the request is successful.

taskIdstring