We are making some internal and want to create task according to other system automatically. but during test we hit issue in users type custom field. as example, we have a custom field called dev owner with below config:
"tkec:dev-owner": { "name": "Dev Owner", "type": "users", "search": true, "copy": true, "required": false }
You can see I have assigned the value for this custom field when call API, and it shows me that succeed. But when I try to open the ticket, it tells me wrong. but if I do not assign value to custom field (dev owner), every things goes well. Can anyone help on this?
Attached error log for the reference.