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.
Hey there,
i am currently developing some scripted fields on our jira test instance and was wondering why the underlying scripts get not only compiled, but also are executed at jira startup.
Interesting thing is even Issue issue = issue contains, according to the logs, an real issue object.
That results in a flooded atlassian-log, cuz some methods for example "getLoggedInUser.getName" of course throw a NullPointerException.
This is not acceptable for production use.
One more thing to point out is that after deleting all issue index files and restarting, the scripts do not get executed.
What is going on here? Is Jira-/Scriptrunner trying to restore some old sessions? Is this some sort of caching? Is this some sort of default behaviour? And most important how can i turn it off?
Additional Information:
Jira Version: 7.x
Scriptrunner Version: 5.0.14
Scripts are on server in own script root folder
It looks like the script is not executed for all, but only some (random?) Issues
Hi Felix.
This is not intended behaviour. I can say with confidence that Scriptrunner does not do that by itself, and I can demo this in a vanilla instance for you whenever you want.
Things that could be causing this:
1. Rest request at the start of your instance to an issue that contains that scripted field.
2. Some kind of reindex at the start that forces recalculation of some subset of your scripted fields.
3. Another third party accessing an issue at the start.
If you feel like this is a bug in your instance I would advise you to raise a ticket in our customer support portal. We'd be glad to take a look.
If this solved your answer, please accept the answer so that other users know that this question has been solved.
May I help you further?
Cheers!
Dyelamos
Thanks for your reply and sorry for the late response @Daniel Yelamos [Adaptavist].
Ill take a deeper look into it and come back to you.
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.