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.
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
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.