jira
jira copied to clipboard
Support for Issue Bulk Operations APIs
Problem trying to solve
Atlassian recently introduced Issue Bulk Operations APIs
This resource represents the issue bulk operations. Use it to move multiple issues from one project to another project or edit fields of multiple issues in one go.
For additional clarity, we have created a page with further examples and answers to frequently asked questions related to these APIs. You can access it here: Bulk operation APIs: additional examples and FAQ.
Possible solution(s)
Methods for interacting with:
- POST/rest/api/3/bulk/issues/delete
- GET/rest/api/3/bulk/issues/fields
- POST/rest/api/3/bulk/issues/fields
- POST/rest/api/3/bulk/issues/move
- GET/rest/api/3/bulk/issues/transition
- POST/rest/api/3/bulk/issues/transition
- GET/rest/api/3/bulk/queue/{taskId}
Alternatives
No response
Additional Context
No response