Changes between Version 4 and Version 5 of BugzillaIssueTrackingPlugin


Ignore:
Timestamp:
Jun 8, 2015, 5:14:34 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • BugzillaIssueTrackingPlugin

    v4 v5  
    11[[PageOutline(2-5,Contents,pullout)]]
    2 = Issue Tracking with Bugzilla =
    32
    4 == Description ==
     3= Issue Tracking with Bugzilla
    54
    6 If for whatever reason you want to use Trac for its many features but already have Bugzilla deployed for your issue tracking and are unable to move away from Buzilla, this component/plugin should enable you to use trac and have the !#123 links automagically link back to your bugzilla installation rather than Trac's own issue tracking pages.
     5== Description
    76
    8 == Bugs/Feature Requests ==
     7This plugin allows you to link to tickets in Bugzilla from within Trac.
     8If 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.
     9
     10== Bugs/Feature Requests
    911
    1012Existing bugs and feature requests for BugzillaIssueTrackingPlugin are
     
    1214
    1315If you have any issues, create a
    14 [http://trac-hacks.org/newticket?component=BugzillaIssueTrackingPlugin&owner=javajunky new ticket].
     16[/newticket?component=BugzillaIssueTrackingPlugin new ticket].
    1517
    16 == Download ==
     18[[TicketQuery(component=BugzillaIssueTrackingPlugin,group=type,format=progress)]]
     19
     20== Download
    1721
    1822Download the zipped source from [download:bugzillaissuetrackingplugin here].
    1923
    20 == Source ==
     24== Source
    2125
    2226You can check out BugzillaIssueTrackingPlugin from [http://trac-hacks.org/svn/bugzillaissuetrackingplugin here] using Subversion, or [source:bugzillaissuetrackingplugin browse the source] with Trac.
    2327
    24 == Deployment ==
     28== Configuration
     29
    2530Just copy the bugzilla.py file into the 'plugins' sub-folder of your Trac environment.
    2631
    27 It is important to 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 first.)
     32Make 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.
    2833
    29 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, in order 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).
     34Out-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).
    3035
    31 The end of your trac.ini file may now look like:
     36The end of your `trac.ini` file may now look like:
    3237
    33 {{{
    34 #!ini
     38{{{#!ini
    3539[components]
    3640trac.ticket.*= disabled
     
    4044}}}
    4145
    42 == Recent Changes ==
     46== Recent Changes
    4347
    4448[[ChangeLog(bugzillaissuetrackingplugin, 3)]]
    4549
    46 == Author/Contributors ==
     50== Author/Contributors
    4751
    4852'''Author:''' [wiki:javajunky] [[BR]]
    49 '''Maintainer:''' [wiki:javajunky] [[BR]]
     53'''Maintainer:''' [[Maintainer]] [[BR]]
    5054'''Contributors:'''