How to JQL list of Epics with at least one story/task in open sprints

Maxim Maximov November 20, 2019

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.

2 answers

1 accepted

0 votes
Answer accepted
Jack Nolddor _Sweet Bananas_
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
November 21, 2019

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

Maxim Maximov November 22, 2019

This is what I was looking for. Thanks!

0 votes
Jérôme Rutily December 21, 2020

Hello !

I don't see any Free Version in your link. How can I get that on the Cloud version ?

Suggest an answer

Log in or Sign up to answer