Hi Team,
I need help to show data that has stories within the sprint and the bugs tagged against those stories.
For e.g. Story A has 17 bugs tagged then I should be able to show it visually via dashboard. Is this possible?
Hi @Vishal Gogari ,
It is possible, use the simple JQL to acheive this
basic search filter > filter based on your story/bug > use the linkedIssues to filter relevant issues tagged with it.
project = yourproject AND issuetype in (Bug)
AND linked Issues in (sprint in openSprints())
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.