The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How do I find all the stories associated with multiple epics?

Greg Sarcona
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 16, 2014

I need to make a report showing progress on various themes.  Our themes are broken into epics, which are owned by teams.  How do I use JQL to find all of the stories associated with the epics under a given theme?

Using JQLT I can get a list of the Epics.  But I cannot use 

"Epic Link" in ("filter = 'epicslistgenerator'")

where epicslistgenerator is the filter which gives me a list of epics (whose stories I want to capture).

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Robert Leitch [ALM Works]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
May 25, 2015

Hi Greg,

If you're using our Structure plugin you can get there by grouping your Epics and using S-JQL as per the example in this post.

Instead of grouping by team, you would group your Epics under a Theme container in Structure, then with an S-JQL query like

issue in structure("structure_name", "child of (child of issue_id)")

you can retrieve children-of-children of the Theme, i.e. Stories.

You can use that query wherever JQL is accepted.

0 votes
Jobin Kuruvilla [Adaptavist]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
December 17, 2014

What exactly is a theme here? You try something like this with JQLT:

issue in issuesWhereEpicIn("criteria to get the epics")
TAGS
AUG Leaders

Atlassian Community Events