The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Rich Filter JQL Query to Show Bugs/Stories in the Latest Sprint and Not Previous Sprints

Martinez_ Diego
Contributor
January 5, 2024

Hello, I created a rich filter to show multiple teams in one sprint to display in a dashboard using the team IDs, for example: sprint in (3484, 3487, 3474, 3475, 3479, 3496, 3498, 3500). How would I further edit the JQL so that the report only shows the latest sprint in the sprint column? Would I use the opensprint() or closedsprint() queries?

Screenshot 2024-01-05 155631.png

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Kavitha Chandrasekaran
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
January 5, 2024

HI @Martinez_ Diego You can sort by Sprint ID DESC and also check only for openSprints().

Martinez_ Diego
Contributor
January 8, 2024

Thank you @Kavitha Chandrasekaran

When I use the OpenSprints() function it still shows the closed sprints in the sprint column, is there any other way to make it just display the current sprint in that column?

Screenshot 2024-01-08 092313.png