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.
Dear community,
when working with the ScriptRunner plugin and implementing Post functions, behaviours etc. there are some "automatic" variables being always available in a given context.
Some examples are
* Issue
* sourceIssue
* underlyingIssue
I understand that these are provided by the ScriptRunner plugin.
However when I am working with this I have two issues:
In my IDE (IntelliJ) they are never recognized and a warning "undeclared variable" is thrown.
I wonder if there is any option (maybe using import or annotation) to make them known to the IDE so it will understand that they are some kind of "dynamic global" and also be typed.
I do not know where to find a list of all automatic variables and the context they are available for. I know in Scriptrunner documentation there is a Quick API documentation, but this only shows methods and here I know that these only work for Post functions for instance but not for the scripting console.
Is there any documentation about this variables?
Any good hints are warmly welcome.