Bugzilla is a general-purpose computer bug-tracking tool developed and used by the Mozilla organization.
Being web based and open source has made it the bug tracking tool of choice for many projects, both open source and proprietary.
Bugzilla relies on an installed HTTP server (such as Apache) and a database (usually MySQL) to perform its work. Bugs can be submitted by anybody, and will be assigned to a particular developer. Various status updates for each bug are allowed, together with user notes and bug examples.
The notion of a bug in Bugzilla is very general; for instance, Mozilla.org uses it to track feature requests as well.
Bugzilla requires:
- MySQL Database server (3.22.5 or greater)
- Perl (5.005 or greater, 5.6.1 is recommended if you wish to use Bundle::Bugzilla)
- Perl Modules such as:
- Template (v2.07)
- AppConfig (v1.52)
- Text::Wrap (v2001.0131)
- File::Spec (v0.8.2)
- Data::Dumper (any)
- DBD::mysql (v1.2209)
- DBI (v1.13)
- Date::Parse (any)
- CGI::Carp (any)
- A webserver such as Apache
Optionals include:
- GD (v1.19) for bug charting
- Chart::Base (v0.99c) for bug charting
- XML::Parser (any) for the XML interface
- MIME::Parser (any) for the email interface
External links