Hello. Wondering if there is a way to delete epics from completed sprints.
Example: I have the Epic in two closed sprints and want to be able to clear them. Cant seem to find a way here.
Hi @Antonio Patron and welcome to the community!
If your task is to remove ONLY closed sprints from epics, then I'm sorry to be the bearer of bad news, but this can't be done with out of the box functionalities.
What Jira offers, and you can actually do is clear all values from the sprint field. To do that you have to create on the epic workflow a self transition. Within this self transition you will include a post function to clear the sprints field.
Then search for all epics in closed sprints:
issuetype = epic and sprint in closedSprints()
and transition them to this self transition.
Or, if you have an app installed like scriptrunner, or JMWE you can achieve removing the closed sprints by writing a few lines of groovy code (or jira expression).
Hope that helps.
Thank you very much Alex!
Sucks this cant be done without out of the box functionalities.
I appreciate your help.
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.