Hello everyone. I've the following problem: as mentioned in https://scriptrunner.adaptavist.com/latest/jira/#_script_roots we can import classes from other scripts. I've a script Helper.groovy (with package util) that located in /scripts/util directory. And I try to import class Helper using import util.Helper . And I see an error
unable to resolve class util.Helper
How to fix It?
Hello,
You can read my article on how to import classes here:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.