Hello, is there a gadget that compares the “resolved dates” with the “due dates” and illustrate the proportion of issues delivered on time vs late? Thank you.
Hi,
There is a third-party plugin available which enables you to do it.
You can follow this procedure:
1. Create a scripted custom field, the script itself checks if resolvedDate is after dueDate and set some kind of string if the value is true (E.G. "Resolved after due date", or "Resolved before due date" if the value is false).
2. Obtain and install Natural Searchers plugin
3. Set the field's Search Template to Exact Text Searcher
4. Add pie chart standard gadget and configure it to use my scripted custom field
You can try it and let us know how it goes!
Cheers,
Marko
You can do that with Screenful Dashboard, a 3rd party Jira plugin. I've written a blog post that explains how to track on time delivery of Jira tickets:
https://screenful.com/how-to/how-to-track-on-time-delivery-of-tasks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Export the issue information (at least these columns: key, resolution date, due date) to Excel and use an additional formula that compares resolution date to due date and produces "yes"/"no" or 1/0 based on that.
Then create a pie chart from the data set.
You can easily do this with the Better Excel Plugin.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.