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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
"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.
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.