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.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Dashboard Data Presentation

Vishal Gogari
Contributor
April 25, 2024

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?

1 answer

0 votes
Ragavendran S
Contributor
April 25, 2024

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())

Vishal Gogari
Contributor
April 25, 2024

Thanks let me check this out.

 

Vishal Gogari
Contributor
April 25, 2024

Sprint in function is not working

Suggest an answer

Log in or Sign up to answer