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.
We have an automation rule to update the custom field Client Name based on the Organization name. Both fields have the same value list. The automation rule uses the "additional" option to set the field:
{
"update": {
"Client Name": [
{
"set": "{{issue.customfield_10700.name}}"
}
]
}
}
issue.customfield_10700.name is the Organization field.
customefield_11527 is the Client Name field (a select list)
Do I need to modify this in some way? The audit log shows the following:
This rule was configured with a project restriction. You can change this restriction in the 'Rule details' section. Only issues from the following projects or project types will be considered:CS
Error editing issuesCS-7675 (Could not find valid 'id' or 'value' in the Parent Option object. (customfield_11527))
The following issues did not match the condition:CS-7675