[LLVMdev] Bugzilla REST API?

Sean Silva silvas at purdue.edu
Wed Nov 6 22:59:09 PST 2013


Does anybody know if we have bugzilla's REST API enabled, and if so how to
access it? <https://wiki.mozilla.org/Bugzilla:REST_API:Methods>. I tried
e.g. http://llvm.org/bugs/bug/count but there doesn't seem to be anything
there.

I'd like to write a script that tracks various statistics e.g. how many
bugs were filed in the last week, how many were closed, etc. and a REST API
seems like the simplest way to automate (most of the methods corresponds
directly to things in the Web UI, e.g. searches)

-- Sean Silva
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131107/270a5a93/attachment.html>


More information about the llvm-dev mailing list