I've found multiple tutorials and examples of how to make it show certain statuses, but I'm new to Jira and I want to see ALL my tickets that are NOT in a "done" type of state. Essentially all of my open tickets.
The queue that is pre-setup with the project had one, but it's showing a ticket that's in a resolved state. So I'm looking to try to personalize this a little bit more than the default.
At a glance
Status != "unwanted status"
Will do it. Or
Status not in ("s1", "s2", "etc")
But, I suspect what you really mean is "unresolved". Jira does not use Status to say something is done with. It uses the resolution field. If that is empty, an issue is unresolved. If it has any value, the issue is resolved.
So, take a look at an issue that looks wrong. Look at status and resolution.
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.