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
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.