Bug 826644 - Cannot update bugs (short_desc and comment) via webservice anymore (updateBugs is missing)
Summary: Cannot update bugs (short_desc and comment) via webservice anymore (updateBug...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Bugzilla
Classification: Community
Component: WebService
Version: 4.2
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Simon Green
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-05-30 16:54 UTC by Till Maas
Modified: 2014-10-12 22:48 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-05-30 22:43:10 UTC
Embargoed:


Attachments (Terms of Use)

Description Till Maas 2012-05-30 16:54:46 UTC
Description of problem:
Previously I used Bugzilla._update_bugs() from python-bugzilla to update the short description (summary) and comments of bugs. This does not work anymore. Also I cannot find a way to do this using any other method documented in
https://bugzilla.redhat.com/docs/en/html/api/extensions/RedHat/lib/WebService/CompatBugzilla.html

Comment 1 Simon Green 2012-05-30 22:43:10 UTC
Use Bug.update instead.

https://bugzilla.redhat.com/docs/en/html/api/Bugzilla/WebService/Bug.html#update


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