How to set Quick filter to all tasks I make yesterday?
I fin 1st part how to show my tasks:
assignee = currentUser()
But how to add in this query tasks that was finished yesterday (sent to Done column)
Hi @Alex Tsyglin and welcome to our Community!
Please, try to add the following:
... AND resolution = Done AND resolution changed AFTER startOfDay(-1) BEFORE endOfDay(-1)
Thats work - thank!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You're welcome!
Have a nice day!
P.S. You might also want to mark the answer as accepted so that people with the same or similar question would find the answer easier ;)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you @Adrian Stephen :)
I might as well accept the answer myself but I usually try to make people understand the importance of this simple action.
But thank you, nevertheless, I really appreciate it.
Have a nice day!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
and status changed to Done AFTER startOfDay(-1d) BEFORE startOfDay()
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.