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 am using a Team-Managed Kanban Project.
Hi I am trying to use automation to update a people field based on the values from other people fields.
I have three fields:
I want to update the "All Team Members" if any of the fields in 1, 2 or 3 above are changed. The "All Team Members" members field should then include all people from 1, 2 and 3.
I have been playing with the "Edit issue fields" Automation but haven't managed to find the correct code to make this work.
I have managed to update the "All Team Members" field with the Assignee using the code below, but that is as far as I have got.
{
"update": {
"All Team Members": [
{
"add": {"id":"{{issue.assignee.accountId}}"}
}
]
}
}
Appologies I posted this to the wrong forum. Reposted here: https://community.atlassian.com/t5/Team-managed-projects-questions/Automation-Update-custom-people-field-with-user-values-from/qaq-p/2100388#M5607
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.