Bulk update issue using REST API or JAVA SDK

prasad_507 August 17, 2022

Hi Team,

 

This is regarding Bulk update issues using REST API or JAVA SDK.

Using  IssueRestClient we can create bulk issues but not able to update in Bulk. We can only update one issue at a time. 


https://docs.atlassian.com/software/jira/docs/api/REST/8.5.0/#api/2/issue-editIssue



Do we have any API or Java SDK for Bulk update of issues.


Thanks for your support. 

Best Regards,
Prasad.

1 answer

0 votes
Tessa Tuteleers
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 17, 2022

Hi @prasad_507 , 

sadly it's not possible right now.

Please vote for this feature request if you are interested.

In the meantime you could create an automation rule where you pass the issues and edit them: 

  • create an automation rule with a webhook as trigger
  • execute rule with issues passed from jql
  • edit your issues with the actions (you can opt to not sent mails if needed)

Then simply save your automation and trigger the webhook. 

Hope this helps! 

- Tessa

prasad_507 August 17, 2022

Hi @Tessa Tuteleers 

Thanks for the response and information. I Voted in the given ticket and commented on it.


Do you have any sample code for automation rule where you pass the issues and edit them: 

 

one more  question : If I follow automation rule, is it considered as one Request or multiple requests 

( From Billing point of view and performance point of view 

Suggest an answer

Log in or Sign up to answer