How can I find what stories were linked to a specific epic in a specific sprint?

Scott Federman
Contributor
May 16, 2019

I am looking at the epic burndown chart and i see that i have 51 points added to an epic in that sprint. How can I see which stories this is referring to?

1 answer

0 votes
Petter Gonçalves
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 17, 2019

Hello Scott,

The best way to return the information you want would be to create a JQL filter to return the linked issues to the specified Epic that are in the sprint:

- Click in the search button > Seach issues

- On advanced mode, add the following query:

"epic link" = "epicname" and sprint = "yoursprint"

Like below:

Screen Shot 2019-05-17 at 15.25.50.png

Let me know if this information helps.

Suggest an answer

Log in or Sign up to answer