Closed/Finished/Done issues do not show in the queue.
My Spanish isn't so good, but I think you're confusing "Resolution" and "Status." This is pretty common, so don't feel bad. :) I believe the "Closed/Finished/Done" you are referring to are workflow statuses. The items showing in your screenshot are Resolutions. It would help confirm my suspicion is you can switch to "advanced" search mode.
You would need to use the following (or similar) JQL to do what you're after:
project = Testing AND status = Done
or
project = Testing AND status in (Done, Closed)
I hope that helps.
Hi! Thanks a lot for your answer. However, it still does not work:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You will need to choose a Project name (replace "Testing" with the one you want) and use Workflow Statuses that are used in workflows in that project. I just made up my example, so it probably isn't valid on your system.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.