Hello everyone,
I'm trying to create a filter to track the flow of several issues, but we would also like to have all the resolved issues of the past week in the same filter. Is that possible?
I tried something like the following, but it doesn't seem to do the trick for me:
status in (X, Y, Z) and (status = Resolved AND resolutiondate >=-7d)
Hey Luis,
Try using: status in (X, Y, Z) or (status = Resolved AND resolutiondate >=-7d)
That should give you all of the resolved issues and the statuses you're looking for.
Tyler
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.