how to set JQL filter to check it is over 5 days from last update date.
I checked in our project and found there was parameter such as last updated. Since there is no parameter like the date of today, I could not set up JQL like today date-last updated >= 5
Is there anyone knows how to set up this filter? Thank you!
You can use the following to find issues that haven't been updated for 5 days.
Hi @Austin Lehdonvirta ,
Please use JQL "updated <= -5d". This will list all tickets updated todays date - 5days.
Or you can also use "updated <= startOfDay(-5d)"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.