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 :)
Using in will make for a shorter query that may be allowable in your case, e.g.
issue in (CCU-52080,CCU-52090)
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.