Is there a way to bulk update issues using api?
Here is the REST api to update a single issue:
PUT /rest/api/3/issue/{issueIdOrKey}
https://developer.atlassian.com/cloud/jira/platform/rest/v3/#api-rest-api-3-issue-issueIdOrKey-put
Basically, I want to add the same label to multiple issues. Instead of making multiple rest calls, I want to make one single call to do that. Thanks!
Hi @Wobo ,
Bulk update is not yet implemented, you can vote for it here: https://jira.atlassian.com/browse/JRACLOUD-70356
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.