Hi,
If you already know which issue you need to close you can use the bulk edit option. If you need to make a search for those issues you'll need an addon like Scriptrunner or create a script using the api to find all issues you need to close.
You should be able to search for these issues using a JQL such as:
"Epic Link" = [issuekeyofepic] and statusCategory != Done
This will find all of the issues in your epic which aren't in a 'Done' (green in colour) status. You can then use the bulk edit feature to transition all of these to whichever status you wish, assuming that your workflow allows the transition from the original statuses
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, @Callum Carlile _Automation Consultants_ but I have 6000 epics... :/ so in that case I will be forced to enter manually 6000 numbers in the field:
[issuekeyofepic]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Anna Konieczna So you need to bulk close all issues under 6000 epics? Is there anything that these 6000 epics have in common that all other epics don't? You would need some kind of search/filter required in order to grab these epics so that you can delete all of the issues within them.
If you've got 6000 epics then this sounds like you would need some kind of script which deletes the issues over the API, but you would need some kind of search to find these epics in order to do that
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.