We are trying to access behavior script from an application outside Jira. Having a hard time finding the script file. Would like to understand if it is even feasible to access outside Jira. Any help in understanding the storage and accessibility of behavior script is appreciated.
targetStepId = actionDescriptor.getUnconditionalResult().getStep()
StepDescriptor targetStepDescriptor = workflow.getDescriptor().getStep(targetStepId)
targetStepName = workflow.getLinkedStatus(targetStepDescriptor).getName()
log.info "Script=" + scriptName + " ScriptRunIdent=" + scriptRunIdent + " Message='Target Step Status: " + targetStepName + "'"
Thanks!
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.