Is there anyway to filter issues that have an updated date passed due date?

Gustaf Sandholm Andersson April 19, 2016

Or same as due date, or vise versa

Like: updatedDate >= due date

Checks the difference between the dates without having to put in dates manually

That would be, for me, very very useful

Best regards//Gustaf 
 

1 answer

0 votes
Aleks Yenin (Polontech)
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 19, 2016

Hi Gustaf,

Try this JQL:

"updated >= -*d  ORDER BY updated DESC"

*Days before now to establish the date range.

Gustaf Sandholm Andersson April 19, 2016

Hi

Thank you for your respons, but sadly that won't work for what I'm after
My goal is to filter only the issues that have an updated date equal or passed the set due date, what ever the time is between those two. I might seem a bit backwards but is important to me to see how due date is used wrong.  

Suggest an answer

Log in or Sign up to answer