Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Query issues within a given project(s) featuring 1-5 days between created and due dates

Nick Jennings November 3, 2021

Is there an advanced JQL that compares the created date and due date for any issues within a given project and returns any issues that satisfied that criteria?

i.e. I want a query to identify any issues that were submitted within a project that, based on the issue creation date and assigned due date, only allows for 1-5 days response time.

I'm thinking this JQL would require a date comparison to occur between created and due, although I am unaware of any such function available in the standard JQL.

1 answer

0 votes
Bill Sheboy
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.
November 4, 2021

Hi @Nick Jennings 

You are correct: there is nothing in out-of-the-box JQL as it is not a SQL.  There are marketplace addons which enhance JQL to do this.

If you just need this once for a few issues, you could try exporting the issues to perform the comparison.

Kind regards,
Bill

Suggest an answer

Log in or Sign up to answer