Subject: | Need a little more documentation on cf() method... (or BUG) |
Using examples/edit_custom_field.pl with RT 3.6.4 I get the following error:
./rt-cf-test.pl howie xxxxxxxxxxxx 270318 CBUK test
RT::Client::REST::UnknownRTException: cbuk: Custom field
RT::CustomField=HASH(0xc5778fc) does not apply to this object
# Ticket 270318 updated.
id: ticket/270318
cf-cbuk: test
However, the ticket DOES have a CF called CBUK. I've tried with or
without the cf- prefix since it shows that in the output, various cases,
but nothing seems to update the field. So either there's a bug in the
docs, or the function doesn't work. It's not clear which.