Difficulties to interface with bugzilla API

Max Kanat-Alexander mkanat at bugzilla.org
Sun Jan 21 21:17:55 UTC 2007


On Sun, 21 Jan 2007 20:47:25 +0100 Guillaume Rousse
<Guillaume.Rousse at inria.fr> wrote:
> I'm interfacing with bugzilla from another perl application. The
> interface code is available at
> http://www.zarb.org/cgi-bin/viewvc.cgi/soft/core/trunk/lib/Youri/Bugzilla.pm?root=youri&view=markup

	The problem that you're experiencing is that the Bugzilla::
namespace is not an API. It's just our internal libraries for Bugzilla.

	The API for Bugzilla is the XML-RPC webservice. And if you want
to write an extension, the thing to do is to use the Bugzilla::Hook
mechanism. You can also hook templates, and the Parameters are
pluggable.

	-Max
-- 
http://www.everythingsolved.com/
Competent, Friendly Bugzilla Services. And Everything Else, too.



More information about the developers mailing list