Forums

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

Assistance with JQL query

bronwyn.humm February 8, 2022

Hi, I am would like to run a query for how many issues were completed after their due date in our projects, but I am having trouble figuring out the JQL query to run. I want this data to be able to see how many issues miss the deadline so we can analyze the why.

The date range would be from 1st July 2021 until now, but moving forward, I would keep a track of it on a monthly basis.
We do work in sprints and I can get the sprint reports about any issues not completed within the sprint, which is helpful, but am specifically looking for any issues that go over their due date.

thank you :) 

 

1 answer

1 accepted

1 vote
Answer accepted
Jack Brickey
Community Champion
February 8, 2022

Unfortunately JQL OOTB cannot accomplish this -( JRACLOUD-20727 - Add ability to compare date fields using JQL ) which would be needed to compare due date to resolved date. There are solutions for example:

  • scriptrunner addon
  • create a custom field "met duedate" , true/false and use Automation to compare the dates and set the value of the field
Carlos Garcia Navarro
Community Champion
February 8, 2022
Like # people like this
bronwyn.humm February 13, 2022

thank you @Jack Brickey this is helpful

Suggest an answer

Log in or Sign up to answer