Filter for stories in Epic #

Nadia Leclercq September 2, 2019

Hi there, 


I cannot remember the syntax to search for stories in a given Epic. Could someone help? 

 

Thanks

Nadia

4 answers

0 votes
Nadia Leclercq September 2, 2019

Thank you! That is the one! 

0 votes
Muhammad Ramzan(Atlassian Certified Master)
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 Leaders.
September 2, 2019

 you can use  JQL Search Extensions for Jira & reports, it have amazing built in queries

For your case you can use the following query 

 

issue in allIssuesInEpic(EPIC ID)

It will get all issues belongs to the epic you provided along with any sub tasks.

0 votes
Iago Docando
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 Leaders.
September 2, 2019

Also, you could configure a quick filter for "issuetype = Story" in http://YOUR_JIRA/secure/RapidView.jspa?rapidView=33&tab=quickFilters

And use that filter in http://YOUR_JIRA/secure/RapidBoard.jspa?rapidView=33&projectKey=PROJECT_KEY&view=planning.nodetail&epics=visible

By clicking in the epic you want you'll restrict the results to only the issues belongin to that epic and with the quick filter you'll get only the stories.

Hope it helps

0 votes
DPKJ
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 2, 2019
"Epic Link" = <EPIC_ISSUE_KEY> AND issuetype = Story

This will list all stories in an epic. If you want to see more than story remove `issuetype` filter.

Suggest an answer

Log in or Sign up to answer