Contents
Issue Tracking with Bugzilla
Description
This plugin allows you to link to tickets in Bugzilla from within Trac. Bugzilla is a web based bug tracking system, that is written in Perl, and uses MySQL as its database backend. It is covered by the Mozilla Public License.
If you have Bugzilla deployed as your issue tracking system and are unable to move away from it, this plugin should enable you to use Trac and have the #123 links automatically link back to your Bugzilla pages rather than Trac's pages.
See also: t:TracImport
Bugs/Feature Requests
Existing bugs and feature requests for BugzillaIssueTrackingPlugin are here.
If you have any issues, create a new ticket.
defect |
0 / 1 |
|
---|---|---|
enhancement |
2 / 2 |
|
task |
0 / 1 |
Download
Download the zipped source from here.
Source
You can check out BugzillaIssueTrackingPlugin from here using Subversion, or browse the source with Trac.
Installation
Just copy the bugzilla.py file into the 'plugins' sub-folder of your Trac environment.
Configuration
Make sure you disable Trac's native tickets before the ticket numbers will link to your Bugzilla installation correctly. To do this just add trac.ticket.* = disabled
to the components section of your trac.ini
file. If there isn't a [components] section, then create one.
Out-of-the-box bugzilla.py will try to link to a Bugzilla installation running on http://bugzilla. This probably isn't what you want and to have it point at your installation, add a new section to the trac.ini
file named [bugzilla]. The Bugzilla plugin understands only one parameter, which is 'bugzilla_url'. Have this point to where your Bugzilla installation really resides (trailing slash is optional).
The end of your trac.ini
file may now look like:
[components] trac.ticket.* = disabled [bugzilla] bugzilla_url = http://bugzilla
Recent Changes
- 700 by javajunky on 2006-04-23 13:30:28
-
BugzillaIssueTrackingPlugin:
Initial import.
- 699 by javajunky on 2006-04-23 13:19:24
-
New hack BugzillaIssueTrackingPlugin, created by javajunky
(more)
Author/Contributors
Attachments (1)
-
bugzilla_logo.png (9.1 KB) - added by 8 years ago.
Bugzilla logo
Download all attachments as: .zip