Dashboard Data Presentation

Vishal Gogari 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 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 April 25, 2024

Thanks let me check this out.

 

Vishal Gogari April 25, 2024

Sprint in function is not working

Suggest an answer

Log in or Sign up to answer