-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Work Item - Bulk Updates
-
None
-
1
-
Severity 3 - Minor
Issue Summary
The Jira Cloud Bulk Move API (POST /rest/api/3/bulk/issues/move) returns a 500 Internal Server error when "inferClassificationDefaults": true is set in the request body.
Steps to Reproduce
- Use a Jira Cloud instance with Data Classification levels configured.
- Attempt to perform a bulk move via the REST API: POST /rest/api/3/bulk/issues/move.
- In the request body, set "inferClassificationDefaults": true.
- The API returns a 500 Internal Server Error with the message "Bulk Move Error".
Expected Results
The bulk move should succeed
Actual Results
The bulk move fails with 500 Internal Server error
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available