Hi!
I built this simple query for my dashboard:
(reporter = currentUser() OR watcher in (currentUser())) AND project = MediaBin AND (status != "VERIFIED, CLOSED" OR status != "Closed") ORDER BY key DESC
However, I'm gettng resulting tickets with the state: "VERIFIED, CLOSED" anyways. I don't get any error msg. I tried to look at your online KB, but found nothing about. How can I prevent tickets with this given state to show up at my results?
Thanks...
Try the following jql (reporter = currentUser() OR watcher in (currentUser())) AND project = MediaBin AND (status not in ("VERIFIED, CLOSED", "Closed")) ORDER BY key DESC
That was it. Thank you so much...
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.