We are creating Fix/Versions , for eg, "Web Release 22nd August", the wording is EXACTLY the same in Project A as it is in Project B. However when we create a filter containing both Project A and Project B and use that in an underlying Dashboard with gadget Issue Statistics, we wanted to count the Fix/versions for both Project A and Project B. However the Fix Version "Web Release 22nd August" appears twice, once with the number for Project A and the other number for Project B. Is there a way to consolidate them?
Thanks Nic, I would love to code but I'm only a user not an administrator. I have no access to code, and actually I don't know what script runner is.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah. Jira has a framework for adding plugins (there are loads of them in the marketplace), and you can write and upload your own if you want to add or change functionality. It's actually quite easy to write things like new field types and workflow functions.
The script runner is a plugin that saves you having to write all the structural stuff though - instead of creating a plugin that does one thing, it inserts hooks so you can put your code straight into Jira via text boxes in the admin UI.
It's worth a look - it comes with several built in scripts and a load of examples in the documentation - you can take some example code and use it as a base to build what you need!
https://marketplace.atlassian.com/plugins/com.onresolve.jira.groovy.groovyrunner
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.