Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.