task age
Hi erica.strand,
There are several search operators that let you find tasks based on when you added them. Probably the most useful for your situation is addedWithin:. For example, if you wanted to find tasks older than 2 weeks, you could search for:
NOT addedWithin:"2 weeks"
Hope this helps!
There are several search operators that let you find tasks based on when you added them. Probably the most useful for your situation is addedWithin:. For example, if you wanted to find tasks older than 2 weeks, you could search for:
NOT addedWithin:"2 weeks"
Hope this helps!