Forums

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

Making done tickets visible even if sprint isnt active

Ariel Ramos February 11, 2025

Hello team, hope you're doing well today!

I need help with a Scrum project. 

We would like to be able to se the “DONE" tickets even if they are in a non active sprint. We for example have a sprint called "client testing" where we would like to see what has already been tested and pushed to done but once the client sets these tickets to done they disappear!

How can I set it up to see the DONE tickets?

Thanks in advance.

Ariel.

1 answer

0 votes
Stephen_Lugton
Community Champion
February 11, 2025

Hi @Ariel Ramos 

There should be an item 'list' in your left hand sidebar, this shows all issues in your project.

There is also an item in the sidebar 'Issues' from which you can use JQL (Jira Query Language) to filter you issues.  You can use this JQL to find only Done issues:

project = "My Project" and status = Done

 

You can find more information about using JQL here: 

https://www.atlassian.com/blog/jira/jql-the-most-flexible-way-to-search-jira-14

https://www.atlassian.com/software/jira/guides/jql/overview#what-is-jql

Suggest an answer

Log in or Sign up to answer