Forums

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

How can I filter all tasks where the status changed to Done within the last two weeks?

Astrid Skillingstad March 7, 2023

I would like a filter that shows me all tasks that are open AND where the status has changed to Done within the last 2 weeks. Older tasks should not appear. 

1 answer

1 accepted

5 votes
Answer accepted
John Funk
Community Champion
March 7, 2023

Hi Astrid,

Try this:

project = ABC and status changed to Done after startOfDay(-14)

Or you can use startOfWeek(-2)

Astrid Skillingstad March 7, 2023

It seems like that only gives me the tasks where the status has changed within 2 weeks. Is there a way to get BOTH open tasks AND marked as done within 2 weeks in the same filter?

John Funk
Community Champion
March 7, 2023

So sorry - I missed the part about wanting open tasks, too.

project = ABC and (status changed to Done after startOfDay(-14) or statusCategory != Done)

Like Kelly Arrey likes this
Astrid Skillingstad March 7, 2023

I believe that solved my problems! Thanks a lot for your help and fast reply.

Like John Funk likes this
John Funk
Community Champion
March 7, 2023

Great! Glad I could help. 

Like Astrid Skillingstad likes this

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events