Talk:REST/@comment-84.88.66.194-20140407152544/@comment-222.127.119.95-20140408031419
Jump to navigation
Jump to search
What's the admin for in 'CF-admin-keywords' ? Make sure its the same name (case sensitive) as the custom field in RT prefixed with 'CF-'.
Example:
Custom field name in RT: 'Calibration'
$content = array (
'CF-Calibration' => 8
);
// content is among others
Hope this helps.