Talk:REST/@comment-84.88.66.194-20140407152544/@comment-222.127.119.95-20140408031419

From Request Tracker Wiki
< Talk:REST‎ | @comment-84.88.66.194-20140407152544
Revision as of 16:52, 6 April 2016 by Admin (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.