Forums

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

I have a list of issues and i need to create a bulck to comment smae txet "Update my comment"

Chen Touboul December 20, 2018

HI,

I have a list of issues (like 100 issues), and i need to update every issue to update this issue.

1. there is a limit of issues to paste in advance search like:

issue = CCU-52080 OR

issue= CCU-52090 OR

....and + more 90 issues...

issue= CCU-52500

i tried it and i get an error.

2. what is the query for doing this

 

3. i saw may be by script  runner (groovy) but i dont have a clue how to do it?

Thanks for help :)

 

 

2 answers

1 vote
Payne
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.
December 21, 2018

Using in will make for a shorter query that may be allowable in your case, e.g. 

issue in (CCU-52080,CCU-52090)

Chen Touboul December 23, 2018

Thanks,

Thats much closer for what i did:

issue in (CCU-52103 ,
CCU-52104 ,
CCU-52105 ,
CCU-52106)

Note: I realized that there max of issue in the bulk and i can increase it by:
https://community.atlassian.com/t5/Jira-questions/How-do-you-increase-the-bulk-change-maximum/qaq-p/417702

1 vote
Jack Brickey
Community Champion
December 20, 2018

is there any common theme for these issues, e.g. field value, text string, etc.? If so they you can simply include that into a query and then use Bulk edit. Maybe they are contiguous, e.g. CCU-52000 to CCU52500?

Chen Touboul December 23, 2018

Thanks :) 

Suggest an answer

Log in or Sign up to answer