Hello,
i have a project, where i would like to do analysis how much of my issues were solved after their duedate.
In the Jira-Filter i can´t compare the duedate and the resolutiondate for example. So i was looking for alternatives and found a function which discribes very well what i want to do:
https://scriptrunner.adaptavist.com/latest/jira/jql-functions.html
This function lets you compare two dates on the same issue, for instance to find all issues that were resolved later than its due date:
issueFunction in dateCompare("", "resolutionDate > dueDate")
But i don´t know how to use this information.
I would like to get a statisic about how much issues were solved after the duedate (duedate < resolutiondate), and how much workingdays would be needed to complete them in time (5 issues were completed 2 days after their duedate = 10 workingdays)
I hope somebody knows a good and easy solution for me, thanks in advance.
Best regards,
Joshua.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.