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
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:
Hope it helps
Regards, Karolina
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:
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.