Is it possible to compare duedate and resolved date by JQL?

Hisamitsu Koga July 13, 2016

I would like to create a JIRA filter for tickets closed during June which were resolved AFTER the due date. How can I do this in JIRA? Is it possible to compare due date and resolved date by JQL?

1 answer

0 votes
Petar Petrov (Appfire)
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.
July 13, 2016

You cannot do this out of the box, but you can do it with the Script Runner add-on using the expression JQL function. Checkout the examples and documentation - it should be straightforward to write a JQL which compares resolution date and due date.

Suggest an answer

Log in or Sign up to answer