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?
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:
Let me know if this information helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.