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}}"}
}
]
}
}
Just to confirm, is this board showing multiple projects, as Jira issues? If not, why not just create user groups for static assignments?
Regarding your question...The example you showed with your JSON is adding one value, and you need to repeat the add statement as your other fields are each multi-user, list fields as smart values.
There are a few ways to do this, including:
Kind regards,
Bill
Hi @Bill Sheboy - to answer your question " is this board showing multiple projects, as Jira issues?"
- yes this board is a list of all projects our teams are working on.
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.