Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Does jira provide add_comment in bulk

Gouiaa
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 20, 2025

Jira API provide a create_issues methods to create a list of issues (bulk) in one call. I am wondering if there is a method to add comments for a bulk of issues ? I know that there is add_comment and we can loop around.

thanks

3 answers

1 vote
Jehan Bhathena
Community Champion
September 20, 2025

Hi @Gouiaa ,

You can try out the below solution to bulk add Comments using postman:

How to send bulk API requests using Postman | Jira and Jira Service Management | Atlassian Support

I'll like to mention that Jira fetches the fields that we can bulk update, in my site I saw "comment" as an option too, maybe it would work for you too?
image.png

If this is present, the you can use the Bulk Edit API here : The Jira Cloud platform REST API

1 vote
Rajat Pratap Singh
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 20, 2025

Hi @Gouiaa 

As far as I am aware, there is no direct bulk API endpoint for adding comments to multiple issues in one request.

One option like you mentioned would be to use add_comment inside a loop over the issue keys.

Another option would be to set up a Jira Automation rule:

 

  • Trigger: Manual / Issue updated

  • Action: Add comment
    Then you only make one API call to bulk-update issues (like labeling them) and the rule adds comments.

Hope this helps!

Regards
Rajat

 

0 votes
Taliah15 September 20, 2025

There is no direct Jira API method to add comments in bulk to multiple issues in one call like the create Issues bulk method. The recommended approach is to loop through the issues and use the add comment API for each issue individually. Some users mention that bulk update endpoints do not support bulk commenting, so a loop remains the common solution. Alternatively, Jira Automation rules can help add multiple comments efficiently in workflows if that fits your use case. As far as I know, I think this is the only method. 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events