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
Hello Atlassian community! I really need your help. I'm trying to set the value of a field depending on the selection in another field. I use "Behavior" but none of the options found on the Internet solved my problem.
I have two fields: "CPU" and "RAM". My task: depending on the choice in cpu, automatically substitute the value in ram.
if value in
cf_CPU: = 2
cf_RAM:
(list options)
2,
4,
8
if value in
cf_CPU: = 4
cf_RAM:
(list options)
4,
8,
16