Skip to content

Commit 8b34269

Browse files
committed
bugzilla-api.txt: Updates
Signed-off-by: Cole Robinson <[email protected]>
1 parent f8ccfcd commit 8b34269

1 file changed

Lines changed: 10 additions & 23 deletions

File tree

bugzilla-api.txt

Lines changed: 10 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,9 @@
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

298
Bugzilla 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+
11292
Bugzilla 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+
116103
Redhat Bugzilla: 5.0 based with extensions
117104
https://bugzilla.redhat.com/docs/en/html/api/
118105
Bug.search has --from-url extension

0 commit comments

Comments
 (0)