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.
Hi all,
this should be quite simple for you
copy field value from 1 to another
1st field is called System, located in Jira portal, with bunch of options
2nd field is called Component, in Jira Service Desk
What I want to achieve is when user choose System option, it will display the same in Components
I've just done a Auto rule but just cannot make it work, what Smart value I should put in to display the value? thanks heaps
Regards,
David
I'm not sure you can copy an option from a select list directly into a component - the objects are different types. The smart value for {{issue.components}} is the target, but I don't know how to convert.
You might have to hard code "if option X, then set component named-as-X on the issue" type logic into it rather than "component = X"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.