Bug 822321

Summary: Can't locate object method "set_status" via package "Bugzilla::Bug" when calling changeStatus via RPC
Product: [Community] Bugzilla Reporter: Simon Baird <sbaird>
Component: WebServiceAssignee: Simon Green <sgreen>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: unspecified    
Version: 4.2CC: ebaak, sbaird, sgreen
Target Milestone: 4.2-1   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: 4.2.1-0.rc4 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-05-17 05:59:25 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 786624, 820790    

Description Simon Baird 2012-05-17 04:33:43 UTC
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.

Comment 1 Simon Baird 2012-05-17 05:21:02 UTC
Also get the same error when calling 'closeBug', (since that would be trying to change the status to 'CLOSED'.