We have more or less standard process of Scrum in the 8 Scrum Team. On a high level we do planning and status update on the Epic level. Can I build a JQL to fetch list of Epics which have at least one ticket in the Active sprint?
I have combined almost what I need:
sprint in openSprints() and "Epic Link" != null order by "Scrum Team", "Epic Link"
but it's not ideal because I see same epic name several times and JQL does not support group by.
Maybe there is another approach to get what I need? We run Jira 8.1.
Hi Maxim,
I believe you can get what are you looking for using a third-party app. Using i.e. JQL Booster Pack (FREE) you must type the following:
Retrieve Epics within issues belonging to an open sprint
issue IN epicsOf("sprint in openSprints()")
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello !
I don't see any Free Version in your link. How can I get that on the Cloud version ?
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.