Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

JQL for Resolved last week + additional status

Luis Carlos Morales February 1, 2019 edited

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)

1 answer

1 accepted

3 votes
Answer accepted
Tyler Brown
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 1, 2019

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

Luis Carlos Morales February 4, 2019

Thank you very much, this worked very well for me!

Suggest an answer

Log in or Sign up to answer