File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1-
2- Fedora infrastructure depends on python-bugzilla in various ways:
3- http://lists.fedorahosted.org/pipermail/python-bugzilla/2012-June/000001.html
4-
5- Red Hat bugzilla originally had a totally custom API. Much of that is
6- being dropped in 2013, API conversions outlined here:
7- https://bugzilla.redhat.com/show_bug.cgi?id=822007
8-
9- Externally facing RH bugzilla instance that doesn't send email and is
10- refreshed periodically. This is what is used in the functional test suite:
11- http://partner-bugzilla.redhat.com
12-
13- Some trackers in the wild to use for API testing:
14- bugzilla.redhat.com
15- bugzilla.mozilla.org
16- bugzilla.kernel.org
17- bugzilla.gnome.org
18- bugzilla.novell.com
19- bugzilla.zimbra.com
20- bugzilla.samba.org
21- bugs.gentoo.org
22-
1+ This document tracks upstream bugzilla API changes, and related info.
232
243 Upstream timeline
254 =================
265
27- Here's a timeline of the evolution of the upstream bugzilla XMLRPC API:
6+ Here's a timeline of the evolution of the upstream bugzilla XMLRPC/REST API:
287
298Bugzilla 2.*:
309 No XMLRPC API that I can tell
@@ -109,10 +88,18 @@ Bugzilla 5.0: (July 2015)
10988 Component.create
11089 User.valid_login
11190
91+
11292Bugzilla latest/tip:
11393 https://bugzilla.readthedocs.io/en/latest/api/index.html
11494
11595
96+ Misc info
97+ =========
98+
99+ Bugzilla REST API code link
100+ https://github.com/bugzilla/bugzilla/tree/5.2/Bugzilla/WebService/Server/REST/Resources
101+
102+
116103Redhat Bugzilla: 5.0 based with extensions
117104 https://bugzilla.redhat.com/docs/en/html/api/
118105 Bug.search has --from-url extension
You can’t perform that action at this time.
0 commit comments