Hi,
I create an Automation to fill the Assignee to a custom filed after change the Status.
The Audit said, all is ok and it is sucess but in the issue the field assignee doesn't filled.
This is my Jason.
{
"fields": { "assignee": {{ issue.customfield_10068.name.asJsonObject("name")}}
}
}
it works with the onPremise Version but not with the Cloud Version.
any ideas what is wrong?
Kind Regards
Niels
Hi @Niels Dinglinger ,
I think accountId should be used instead of name, so please try
issue.customfield_10068.accountId
Which type has your custom field? Probably there’s no need for JSON.
Also do you want to copy assignee to custom field or custom field to assignee?
Thank you.
Hello @Hana Kučerová
Thank you for your Answer
i tried this code and it works
"fields": { "assignee": {{ issue.customfield_10068.accountId.asJsonObject("accountId")}}
Thank you
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.