Hello Team,
I would like to know the JQL for the issues which are in Resolved state from last 5 days w.r.t. Current date.
Thanks in advance.
Best Regards,
Tanu Ranjan Bharadwaj
You may try the below JQL as well.
resolution is not EMPTY and resolutiondate >= -5d
Hi Goutam,
For the issues which are in Resolved state from last 5 days:
status = "Resolved" AND NOT status changed AFTER -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.