I want to run a Groovy script but don't want to invest in the ScriptRunner plugin as we very seldom run scripts.
Please could someone suggest the easiest way to do this and, if possible, direct me to some documentation about how to do it?
You'll need to find or write a framework that can be plugged into JIRA and execute the groovy for you.
Well. It's a lot of cheaper to develop it on our own. License price $8000 for ScriptRunner is just too big, not worth it... It's 4 times month price of the developer. Development of such framework takes much less...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It may well be. ScriptRunner is definitely overkill if you only want a handful of scripts. In fact, rather than duplicating the part of ScriptRunner you think you need, you would probably be better off writing your specific requirements as an add-on. The SDK makes it very easy to write add-ons (create skeleton, add code, compile and test locally, upload add-on)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you're running an older version of JIRA that you can install SR 3.x on (JIRA 6 or below)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
OK, so you can't use the free version of ScriptRunner. Then better write a simple JIRA add-on using java and use it to bulk change what you need.
You can use the same sample code I've provided(with just a few modifications) in a simple add-on that exposes a REST endpoint(so you can easily call it).
You can grab a working REST add-on example from https://developer.atlassian.com/docs/atlassian-platform-common-components/rest-api-development/developing-a-rest-service-plugin
https://bitbucket.org/atlassian_tutorial/refapp-rest-service-plugin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
And which version of JIRA you're running ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What kind of script are you planning to run ?
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.