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.
Earning the Mindful Member badge proves you know how to lead with kindness, plus it enters you into a giveaway for exclusive Atlassian swag. Take the quiz, grab the badge, and comment on our announcement article to spread the good vibes!
Start here
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.