I am new to Scriptrunner and I want to speed up the onboarding process by building some "persona" style scripts. For example,
User - "Project manager" requires "jira-user", "jira-software", "customer-share" groups
(I usually have 20-30 groups to add)
Is there a script I could use to run to add this in?
Thanks
David
IIRC, my problem was that some validators were failing and thus the behaviour was not invoked.
The way to debug is twofold:
1. Add logging (using com.onresolve.scriptrunner.runner.util.UserMessageUtil). Be aware that there may be some delay until the log messages are displayed
2. Open the browser's inspect, go to the console, clear the contents (CTRL-L), then modify the value in the field and observe what happens in the console.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.