Hey, experts!
Pls help me. We have strange warning.
Expected class to be in package 'ru.al.outsource' but found 'ru.al.notifications.mail'. This won't be supported in ScriptRunner 9.0.
Script is in the outsorse folder. We have folder mail but,its different scrpit and class. What the happend?
all path:
data/jira.data/scripts/ru/al/outsource
Your script sounds like it is importing something from an external library, which is somewhere in the install, but it is actually finding it in a different place from the import you've done. The warning is telling you to amend your code to import from where the library was actually found, because SR 9 won't be able to make those guesses any more.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.