Hi,
Could you help me figure out how i can populate a user picker custom field with a user insight object attribute with Automation?
I try with something like this :
{
"update": {
"Chef de projet": [
{
"set":"{{triggerIssue.fields.customfield_XXXXX.Chef de Projet.name}}"
}
]
}
}
The automate sucess but the field is empty.
Did you manage to get this working? I'm trying to achieve something similar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.