I would like a view to see all the epics I have, being able to delete the old ones.
Hi Chris,
So the best answer depends on some details. But let's see if we can flesh things out here...
First you could consider configuring your board (assuming it is Classic and not NG) so that swimlanes are by Epic. This would illustrate all Epics that current have active issues on the board. What it would not show is say an Epic that doesn't have any issues on the board.
Next you could consider simply writing a JQL to retrieve a list of epics you are interested in. For example, if your board is based upon a filter like this - project = ABC, then you could perform an advanced search like this - Project = ABC and issuetype = epic and "epic status" != Done
Finally, you mention "delete the old ones". I'm not sure if you literally mean "delete" or maybe something else, like hide the done ones from the board. If you do mean delete I would strongly suggest you not do this. There is rarely an instance where you actually need to delete an issue or object in Jira.
If you have any questions PLMK.
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.