Subject: | Content can be lost because of regex for "not set" in RT::Client::REST::Object |
The problem bit of code is:
if ($value =~ m/not set/i) {
$value = undef;
}
This can easily cause content to be set as undef if it contains the string "not set".