Hello, I develop Jira Plugin in Java. Also, I have a lots of scripts wrtitten in groovy. Is is possible to execute each groovy script via Java Jira plugin, exampie in Java class, in method?
You will need to put a groovy engine into your plugin in order to support running groovy scripts.
Apps like ScriptRunner already do this sort of thing.
How can I put a groovy engine into the plugin? Is there some documentation about this topic?
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.