Hi,
We have a custom field named "Testing responsible" (single-person field).
When an issue is created the reporter should be added to the custom field.
I get the following error message: (data was not an array (customfield_11450))
I've tried multiple solutions but my latest attempt is shown in the screenshot.
Hm, could you help me write this for advanced field editing?
The "Testing responsible" field isn't an option in the "choose field to set.." and therefore I can't use the function you're showing above.
Hey
Can you try to copy the value from Reporter into Testing responsible field?
Here is an example on how to do it
(I am using assignee field, it should work with Testing responsible given it is user select field type)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
See my first answer above :)
I tried the following and now I get SUCCESS in the Audit log (yay) but still no action on the task:
{
"update": {
"Testing responsible": [{
"add": "{{reporter.accountId}}"
}]
}
}
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.