I am looking for a gadget that can perform complex math calculations. I have one already that will do the basic math functions of (+-*/) but I am looking for one that can do excel calculations or something similar on jira data. For example there is a percentile.inc function in excel that shows the kth percentile of a given set of fields. Looking for something similar.
In what context are you trying to do this? In a custom field, or on a dashboard gadget?
There are a few plugins that can provide a "Calculated Custom field"
Power scripts has Power Custom Fields. Which can have a custom field that runs a sil script to determine the value. (I am sure scriptrunner has the same thing, but I don't use scriptrunner)
Jira Misc Custom fields also has a calculated custom field
You could then use those custom fields on any dashboard gadget.
You may also want to look at Better Excel Exporter, which you can use to export a list of issues into a preformatted excel template to provide a on-demand excel report.
Finally look at EasyBI for more "business intelligence" style reporting.
I already have the jira misc custom fields. I am trying to do it via a gadget that will do a more complex calculation on those fields.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Joe Harmon If you already use JMCF, then the above-mentioned Better Excel Exporter can work with JMCF field values in Excel, in case you need more complicated reporting and calculations. It may be useful to know about this possibility, even if it is not related to gadgets.
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.