Trying to update a Change ticket through the api, but if I try to update a custom field, I'm just getting a 500 error (as someone else mentioned, more error info would be a huge help - "It Is Broken" is useless).
If I do a PUT request, but not include the custom fields, it works fine:
curl -u <myaccessID>:nopass -H "Content-Type: tion/json" -X PUT -d '{"itil_change":{"subject":"test only - please ignore!!!!"}}' http://mycompany.freshservice.com/itil/changes/86.json
But if I include the custom fields, I get the 500 error:
curl -u <myaccessID>:nopass -H "Content-Type: tion/json" -X PUT -d '{"itil_change":{"subject":"test only - please ignore!!!!","custom_field_values":{"tfs_backlog_link_6513":"www.google.com"}}}' http://mycompany.freshservice.com/itil/changes/86.json
Anyone?
(Yes, I emailed support, but figured I'd try here too)
Thanks.