Tag Archives: bugzilla
Bugzilla API: an example using PHP and Zend Framework
Bugzilla has a rudimentary API for driving it from code. To do this from PHP is reasonably trivial, but using Zend Framework (for the cookie jar primarily) makes the task very simple. Here is some example code: 1 2 3 … Continue reading
Bug Tracking in the Open
In the inspiring Google blog post The Meaning of Open, Jonathan Rosenberg cites the Google Web Toolkit as using “a public bug tracker”. And it is this small mention (in the midst of a post discussing much bigger themes) that … Continue reading
Posted in Development Process, Geek
Tagged bug tracking, bugzilla, issue tracking, open
Leave a comment