Hi,
I am trying to update a field in a Jira automation
This was working fine before, however now I am getting this error.
The "Developer" field is still there for this issue type, so I'm unable to figure out what went wrong and how it was working before.
Started working with
{
"fields": {
"customfield_10410": [{{assignee.accountId.asJsonObject("id")}}]
}
}
Had to replace Developer with customfield_10410
Hi, why are you using {{assignee.accountId.asJsonObject("id")}} the end data type is a string so it should be {{issue.assignee.accountId}} for user fields.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is the error I get when I use {{issue.assignee.accountId}}.
{{assignee.accountId.asJsonObject("id")}} was working before.
Now the issue is that the automation is not able to find the "Developer" field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Started working with
{
"fields": {
"customfield_10410": [{{assignee.accountId.asJsonObject("id")}}]
}
}
Had to replace Developer with customfield_10410
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.