Hi all,
I was wondering if anyone new of a charting or other plugin out there that would given a JQL calculate the number of issues that went into a given status for the recent given amount of time. So for example for the JQL project = ProjA, status Resolved, and timestamp of 1 month, there were 15 issues that went into "Resolved" within the last 30 days. So the plugin/add-on would return simply a number 15. Even better if 15 were clicked upon, it would listed the 15 issues.
I could easily write a web program that could do that using the cli, but my user wants it on their dashboard and I cannot get a good handle on writing my own plugins.
If not, does anyone know of anything close?
Thanks,
Robert
Here is JQL for all issues which were went into status "Resolved" for last month:
status changed TO Resolved after startOfDay(-1M)
Use it for any chart based on filter.
Actually that may be exactly what I am looking for. Thanks!
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.