-
Type:
Bug
-
Resolution: Not a bug
-
Priority:
Medium
-
Component/s: Work Item - Bulk Updates
-
4
-
Minor
Issue Summary
Property targetStatus is being ignored in the Jira REST API request to /rest/api/3/bulk/issues/move described here
Steps to Reproduce
- Have an issue ABC-123 set to the issue type Task (example) ID 10001
- Following the template for the body described in here you can build the request: request.json

- Run the request
Expected Results
- The bulk move should not work as the status are not mapped correctly as per what is expected from the targetStatus, it does not contain the issue type for the issue ABC-123 (10001).
Actual Results
- The bulk move works and the issue ABC-123 that was of issue type ID 10001 is now 10002
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
- mentioned in
-
Page Loading...