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'm developing 4 scripted fields. 2 of them are in the default screen of the task issue type, and 2 of them in the default screen of the sub-task issue type.
At CREATE ISSUE as well as CREATE SUB-TASK, my logs shows all 4 scripts are calculated. But I expect only 2 at each event.
Why is this the case, and how to control which scripted field is calculated at issue- and at sub-task creation?
Jira 7.4.4, Scriptrunner 5.3.26.
Thanks in advance, Jo
It is odd that you get all four when creating a top level issue, I would expect only the fields for that issue to be calculated.
Getting four on the sub-task is expected though. You can think of scripted fields as being calculated when an issue is indexed, and when you create a sub-task, the parent is indexed as well.
You can't change this behaviour, it's always going to run the scripts.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.