Bugzilla Webservices API

Vlad Dascalu vladd at bugzilla.org
Sat Dec 29 21:19:57 UTC 2007


Hey aaron,

Great to have you with us.

If you drop by in IRC (
http://wiki.mozilla.org/Bugzilla:Communicate#IRC ) probably LpSolit
and mkanat will be more than happy to help you with your questions.
wurblzap AT gmail.com can also help with guidelines/pointers regarding
webservice development.

What we need in this area is pretty straightforward -- we aim to group
functionality in Perl Modules located under the Bugzilla/ directory.
That usually means extracting legacy code from existing .cgi files and
moving them in the object-oriented modules that I've mentioned.

Once there, the code can be exported as a WebService in a trivial way
-- just look how it's done right now for the webservice functionality
that we have:

http://bonsai.mozilla.org/cvslog.cgi?file=mozilla%2Fwebtools%2Fbugzilla%2FBugzilla%2FWebService.pm&rev=&root=%2Fcvsroot

Basically you can help either with moving code from .cgi files and
into .pm Perl modules (object-oriented), or you can help export
existing .pm Perl module code in a WebService component.

It's essentially to get to know the code and then you're half way
there, so take a look at .pm files and the WebService thing that I've
pointed and you'll probably know what to do next :)

On Dec 29, 2007 7:18 PM,  <ahdevans at gmail.com> wrote:
> I was looking through a thread from October:
>
> http://groups.google.com/group/mozilla.dev.apps.bugzilla/browse_thread/thread/ec6ae302c336e6a3
>
> I'd like to see the webservices improved as well.
>
> I'd also like to see searches.  The most valuable web service for me
> would be getting a filtered list of bugs back from the webservice.
>
> I haven't touched bugzilla code, but I'm willing to help however I
> can.  Who do I talk to?
>
> aaron _at_ one-shore.com
> _______________________________________________
> dev-apps-bugzilla mailing list
> dev-apps-bugzilla at lists.mozilla.org
> https://lists.mozilla.org/listinfo/dev-apps-bugzilla
> -
> To view or change your list settings, click here:
> <http://bugzilla.org/cgi-bin/mj_wwwusr?user=vladd@bugzilla.org>
>



More information about the developers mailing list