Bug 822321 - Can't locate object method "set_status" via package "Bugzilla::Bug" when calling changeStatus via RPC
Summary: Can't locate object method "set_status" via package "Bugzilla::Bug" when call...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Bugzilla
Classification: Community
Component: WebService
Version: 4.2
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: 4.2-1
Assignee: Simon Green
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: BZ42 820790
TreeView+ depends on / blocked
 
Reported: 2012-05-17 04:33 UTC by Simon Baird
Modified: 2025-10-16 23:31 UTC (History)
3 users (show)

Fixed In Version: 4.2.1-0.rc4
Clone Of:
Environment:
Last Closed: 2012-05-17 05:59:25 UTC
Embargoed:


Attachments (Terms of Use)

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'.


Note You need to log in before you can comment on or make changes to this bug.