Hello! I've seen multiple cases where I'm trying to create filters to hide the closed or resolved issues. However, no matter what combination I create the filter logic with, it always seems to not work as expected.
In this screenshot I've created a very simple filter to simply show tickets I've opened, and I want to filter out any that have been closed or resolved:
Hi Jeret,
to manage several values, it's less confusing to use IN or NOT IN :
reporter = currentUser() AND status NOT IN (closed, resolved)
Regards
Oh wow much easier! Weird that mine never worked though. Logic made sense to me. Thanks for this! One small step at a time.
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.