Bugzilla:Addons
Jump to navigation
Jump to search
I've been intending to have a page to list third-party utilities and addons for Bugzilla for years, and never got around to creating such a page because it would be hard to maintain. Now that we've got some wiki space, it's the perfect place for it. :)
Integration with Source Code Management programs
- p4dti (website) - The Perforce Defect Tracking Integration (P4DTI) connects your defect tracking system to Perforce, so that you don't have to switch between them and enter duplicate information about your work. It also links changes made in Perforce with defect tracker issues, making it easy to find out why a change was made, find the work that was done to resolve an issue, or generate reports relating issues to files or codelines.
- SCMBug (website) - Scmbug is a system that integrates software configuration management (SCM) with bug-tracking. It aims to be a universal tool that will glue any source code version control system (such as CVS, Subversion, and Arch) with any bug-tracking system (such as Bugzilla and Mantis).
- CVSZilla (website) - CVSZilla is a small piece of Perl-glue to integrate CVS, Bugzilla and CVSWeb or ViewCVS with each other.
IRC Bots
Bots that can inhabit IRC channels and announce bug changes and/or perform queries
- BZBot (direct download) - announce bug changes and perform simple milestone-based status mini-reports.
- BZBot-bgo (direct download) - GNOME's modified version of BZBot
- MozBot (web site) - MozBot is a general-purpose IRC bot with lots of addon modules. It ships with a module for Bugzilla that lets you perform queries against your Bugzilla and also can announce bug changes. On irc.mozilla.org we no longer use bzbot, because this module can do most of what he used to do, but if all you want is bug change announcements, MozBot might be overkill. Note: The tarballs of MozBot on the FTP server as of this writing are VERY outdated, and do not contain a working Bugzilla module. You must check MozBot out of the Mozilla CVS repository to get a working Bugzilla module.
Data harvesting
Scripts and utilities for getting useful data out of Bugzilla
- Bugzilla Changelog (web site) - generates changelogs for a product based on bugs resolved fixed against a specific target milestone.