You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I observe a strange behavior of ScriptRunner when I paste the code in the ScriptRunner's script console. The static checker gives the green light for that code but clicking ‘Run’ returns with following error (string 'aaa.bbb.ccc' stands for a real path on the system):
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
Script392.groovy: 39: unable to resolve class aaa.bbb.ccc.MyClass
@ line 39, column 1.
import aaa.bbb.ccc.MyClass
^
1 error
Where line number 39 is the line where the class is mentioned in the code for the first time and the import is done on that line.
The class itself is perfectly correct (see above), unchanged and used over and over in a different, already existing code.
Workaround:
Put the same code in a file and run it from the script console choosing option 'FILE' instead of 'SCRIPT'. The script is executed without errors.
Hello @Jedrzej Wolski
It's a known bug of Scriprunner, here is the issue at adaptavist support.
There you can find some workarounds.
Hello,
That is a bug in my opinion. There is an open ticket in Adaptavist:
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.