I have used the following queries to not show "Resolved" or "Done" in my queue and both should technically work but both are still showing in my queues. Any thoughts?
status in (Open, "Initial Triage", "In Progress", "To Do", "Backlog", "Waiting for support", "Waiting for customer", "Awaiting approval", "In Review", "Ready to Deploy", Blocked, "Ready for Verification", "Needs More Information", "In Scoping", "On Hold", Deployed, "At Risk", "Not Started", "On Track", "Off Track", "In Testing")
status not in ("RESOLVED", "DONE")
I am not sure what you are trying to do here. You have said you want to exclude some status for a queue, but then given us two queries.
Which is it?
@Nic Brough -Adaptavist- I tried both and both didn't work. One included all the statuses I wanted to see and it did nothing. Then I tried the second one by excluding the statuses I didn't want to show and that also didn't work.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
But what are you actually aiming to do?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Your second query is the better way to do it, it will return all issues in the project that are not in one of those two status.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Nic Brough -Adaptavist- It's showing all statuses when I use either query. Any suggestions on how to fix that?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am very stuck now. There are only two options - we're looking at the wrong thing (your query is not the one the queue is actually using), or your index is immensely damaged by some really bad code living on your server.
To rule out the second, could you try re-indexing the project?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sadly I am not an admin of this so I can't. I will chat with the admin.
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.