It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
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).
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.
This community is celebrating its one-year anniversary and Atlassian co-founder Mike Cannon-Brookes has all the feels.
Read moreHey Atlassian Community! Today we are launching a bunch of customer stories about the amazing work teams, like Dropbox and Twilio, are doing with Jira. You can check out the stories here. The thi...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.