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}}"}
}
]
}
}
@Kevin Cressy – I'm trying to achieve something very similar to this, did you get it to work? Would you mind to share the JSON you're using the automation edit window?
Thank you!
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
Welcome to great meetings, with less work. Automatically record, summarize, and share instant recaps of your meetings with Loom AI.
Learn moreOnline 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.