Bug 842792

Summary: Fix External Tracker Webservice docs
Product: [Community] Bugzilla Reporter: Daniel Fisher <dfisher>
Component: DocumentationAssignee: Matt Tyson 🤬 <mtyson>
Status: CLOSED CURRENTRELEASE QA Contact: tools-bugs <tools-bugs>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: develCC: yqi
Target Milestone: 4.2-5   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: 4.2.4-6 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-11-15 03:53:54 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:

Description Daniel Fisher 2012-07-24 15:43:40 UTC
https://bugzilla.redhat.com/docs/en/html/api/extensions/ExternalBugs/lib/WebService.html#add_external_bug

Mentions a parameter:
ext_bz_type_id

this should be
ext_type_id

Mentioning that the 'Webservice Group' these methods belong to would be helpful too.

I eventually reverse-engineered the 'Group' to be
ExternalBugs.*

as in
ExternalBugs.add_external_bug
ExternalBugs.delete_external_bug
etc.

Also (less important) an example or two would be *very* helpful.

Comment 1 Simon Green 2012-08-14 01:57:46 UTC
ext_bz_type_id error will be fixed in Bugzilla 4.2.2-4, so this is just to mention the webservice group.