wiki:BugzillaIssueTrackingPlugin

Version 5 (modified by figaro, 9 years ago) (diff)

Cosmetic changes, tagged with license

Issue Tracking with Bugzilla

Description

This plugin allows you to link to tickets in Bugzilla from within Trac. 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.

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 [download:bugzillaissuetrackingplugin here].

Source

You can check out BugzillaIssueTrackingPlugin from here using Subversion, or browse the source with Trac.

Configuration

Just copy the bugzilla.py file into the 'plugins' sub-folder of your Trac environment.

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

Author: javajunky
Maintainer: javajunky
Contributors:

Attachments (1)

Download all attachments as: .zip