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.
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.