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,
can you please help me with JASON to create the automation rule that copies the value from the "Text" custom field to the "Select List" drop-down value custom field?
i.e.
When: value changes for "Text"
Then: Edit issue field "Select List" - update or add a new value
where
Text field = "customfield_1"
"Select List" ="customfield_2"
Thank you
To confirm your scenario, are you trying to take that text value to:
Neither one of these can be done with built-in automation rule features. Setting the select list field requires the id value, not the text name from the drop-down list.
Instead you would need to call the REST API from a web request action to do this, getting all possible values, and then matching to find the id to set the field.
If you also wanted the ability to add new values to a select list (scenario #2) that would be a second call to a different REST API function, and might require admin permissions.
Kind regards,
Bill
Thank you Bill! it sounds complicated:)!
We found a work around to address our issue but thank you very much for your fast response and possible solution.
Thank you,
Natalia
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.