Bugzilla RPC error: Can't locate object method "set_status" via package "Bugzilla::Bug" at /loader/0x1ce9a0c0/Bugzilla/Extension/RedHat/WebService/CompatBugzilla.pm line 804. Errata Tool calls an xmlrpc method called 'changeStatus' to change a bug's status. This works on current production. Example call: @bzservice.changeStatus(876543, 'ASSIGNED', 'Bug is now assigned...') Trying do this in version 4.2 gives the above error message.
Also get the same error when calling 'closeBug', (since that would be trying to change the status to 'CLOSED'.