Forums

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

In the dashboard gadgets, how to filter one date field compared to another date field

maxime.demeestere
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 21, 2021

Hello,

In order to measure the capacity of my team to resolve our issues on time, I'm trying to find a way to measure the number of resolved issues on time

Basically, in the filters, I'm trying to identify which issues has been resolved after the due date :

"project = "XXX" AND resolutiondate > duedate"

However this does not work since the syntax expects a fixed date

How can I extract these information ?

Thanks a lot for your help

2 answers

0 votes
Karolina Wons_SaaSJet
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.
December 22, 2021

Hello @maxime.demeestere 

You can try Dynamic Filters: JQL Replacer & Gadgets developed by my SaaSJet team. Set  up smart fields to create filter and generate reports. 

If you want to track task execution from the creating of task, set up the add-on as it's shows below:

image (2).png

Hope it helps

Regards, Karolina

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.
December 21, 2021

Hi @maxime.demeestere -- Welcome to the Atlassian Community!

JQL is not an SQL, and so it cannot do that.  Your work-around options depend on how frequently you need this and your cost/effort limitations:

  • Need this one time
    • Export the issues to a spreadsheet and create the report there
    • If you need this a bit more often, you could use the Google Sheets or Excel addins to create a reusable spreadsheet
  • Need this often, and cost is not a concern
    • Investigate the marketplace to purchase JQL or reporting addons which support this need
  • Need this often, and cost is a concern (no cost but takes effort for you)
    • Add a custom field to indicate this condition when an issue is resolved, and set the field using an automation for Jira rule
    • Now you can report with JQL or create a dashboard to report on the condition

Kind regards,
Bill

Suggest an answer

Log in or Sign up to answer