#184 Switch to Bugzilla's REST API
Opened 2 years ago by kparal. Modified 2 years ago

Currently we're using Bugzilla's XMLRPC API through python-bugzilla. This API is deprecated and will be removed. Instead, the REST API should be used. python-bugzilla allows to use it, but our current queries seems incompatible with it and will require some changes (or fixes in python-bugzilla). Oraculum already uses this approach (REST API through python-bugzilla).

Figure out what needs to be changed and make the switch.

This change might also resolve performance issues mentioned in #183, i.e. allow us to do "quick" bugzilla syncs again (if we find it meaningful).


Issue tagged with: next

2 years ago

Commit b01fea8 relates to this ticket

Login to comment on this ticket.

Metadata
Boards 1
Next tasks Status: Picked