deleted
I replied on your other post too... but here, the main issue I see and I should warn you about is that you are trying to use ScripRunner notation (@WithPlugin and @PluginModule) inside an Insight groovy script.
That won't work.
If you have scriptrunner, I think you should use custom scripted postfunctions for all your workflow automation that need to touch insight object. The scriptrunner implementation of groovy is much more powerful and feature rich. Also it should be more performant becuase it doesn't re-compile scripts at each use.
The only time I use Insight Groovy notation, is in Insight Groovy script (associated to insight object automation).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.