Dear all,
I have a Worflow in Jira which is the same WF which is used by Jira Service Desk request for Adding a user and Adding new app.
In my Script Runner I have define 2 different files named accordingly AddUser.groovy and AddApp.groovy.
When the workflow goes to a certain transition, I am running a Post function custom script in which I was actually placing everything in same Inline code. That works.
But my idea is to split this 2 script in isolated files, but then how from the workflow I can specified to run the AddUser script file or AddApp script file ?
Is tehre a way to do this ?
regards