Hi, everyone
Currently I am struggling with Jira Automation tool with updating multi user picker field.
Query is simple. When condition met then multi-user picker field will be updated automatically. (means add people on current picked users )
is there anyone who can help me ?
Regards,
Purevdorj
I have tried this but no idea how to find account id.
{
"fields": {
"customfield_10210":[ { "id":"accountid" }]
}
}
First, are you trying to add values or replace all existing ones? If you are trying to add, please see this example for another multi-select user field: https://support.atlassian.com/cloud-automation/docs/advanced-field-editing-using-json/#Request-participants
Next, are you trying to set a user from another issue user field, such as assignee, or for a specific user?
Kind regards,
Bill
Hi @Bill Sheboy
Yes, I am trying to add values. I have tried to find accountID by searching but I could not find. Is there something wrong ? any other ways to find accountID ?
Regards,
Purevdorj
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Also, i have tried this
{
"fields": {
"customfield_10210":[ { "id":"92c8a499-542a-45e3-b43a-aebcbfba618e" }]
}
}
but even audit log says success, this custom field is missing in new issues. I got external_id number from database.
Regards,
Purevdorj
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.
Did you catch the news at Team ‘25? With Loom, Confluence, Atlassian Intelligence, & even Jira 👀, you won’t have to worry about taking meeting notes again… unless you want to. Join us to explore the beta & discover a new way to boost meeting productivity.
Register today!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.