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
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.