How do I search "Completion Date(CustomField)" BEFORE Due(Field)?

Lawrence Schlitt April 21, 2015

I am trying to find all my late issues in JIRA. I have a custom field that has a date and want to compare that to the field "Due"? It seems like this should be simple enough yet there is nothing about it in the support documentation that I could find. Thanks.

1 answer

0 votes
Udo Brand
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 21, 2015

Out of the box you can't compare two fields using JQL.

However, if you have Scriptrunner installed you can use the dateCompare JQL function, see:

https://jamieechlin.atlassian.net/wiki/display/GRV/Scripted+JQL+Functions#ScriptedJQLFunctions-Dates

Suggest an answer

Log in or Sign up to answer