Trying to figure out how to bulk update issues in the same way that Jira cloud does. Looked through the documentation but it was not clear how to do bulk updates. For instance, if I have 150 issue ids, and I want to:
Add a label
Change the assignee
Add a comment
Is there a single endpoint that one can use? Jira cloud makes it appear that it submits an update and then gets status updates as to how many of the issues were updated. Its not clear if this is completely done via the UI, ie does it make 450 calls? Does it break the calls down into chunks?
I know I could run a bulk update and look at the calls made, but I’d rather not touch our instance.
Any leads to the right section of the API docs would be appreciated