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

From Request Tracker Wiki
Revision as of 22:14, 7 April 2014 by 222.127.119.95 (talk) (Created page with "What's the admin for in '<span style="line-height:14px;">CF-admin-keywords</span>' ? Make sure its the same name (case sensitive) as the custom field in RT prefixed with 'CF-'...")
(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.