Bugzilla:WebService

Revision as of 23:00, 2 February 2011 by MaxKanatAlexander (talk | contribs) (Created page with "Documentation for the Bugzilla WebService is entirely in the documentation of the [http://www.bugzilla.org/docs/tip/en/html/api/Bugzilla/WebService.html Bugzilla::WebService] mo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation for the Bugzilla WebService is entirely in the documentation of the Bugzilla::WebService modules.

The Main Documentation

trunk: Bugzilla::WebService

In many cases, you can just read this very latest documentation for the WebService, because it accurately describes the version in which every feature was added. Make sure to read the "History" section of the docs for every method that you use, though, so that you understand how it changed across versions of Bugzilla and when it was added. (You will see the "History" section at the end of every method's individual documentation.)

The "SEE ALSO" section has "Server Types", which describes specifics about how to use the WebService on XML-RPC vs JSON-RPC. It also has a sub-section called "WebService Methods", which links to the documentation for all of the actual functions you can call in the Bugzilla WebService.

Older Versions

If you want to read the documentation for stable versions of Bugzilla directly, here they are. In each of these pages, see the "SEE ALSO" section for links to the documentation of each function that the WebService provides.

4.0: Bugzilla::WebService

3.6: Bugzilla::WebService

Note also that the JSON-RPC WebService was added in 3.6, so versions before 3.6 do not have JSON-RPC support.

Before 3.6

Versions before 3.6 don't have SEE ALSO sections, so we have to list out all the documentation explicitly:

3.4

3.2

3.0

Versions of Bugzilla before 3.0 did not have a WebService.