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.
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.