Changes between Version 2 and Version 3 of TicketDependencyPlugin


Ignore:
Timestamp:
Jun 21, 2017, 2:32:51 PM (7 years ago)
Author:
Daniel Lutz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TicketDependencyPlugin

    v2 v3  
    66
    77This plug-in adds a "Dependency" fields to each ticket, enabling you to express tickets your ticket depends on.
    8 It is a compatible improvement for TrackTicketReferencePlugin on which it is based. It uses only the custom field `ticketref`.
     8
     9It is a compatible improvement for TracTicketReferencePlugin on which it is based and uses only the custom field `ticketref` (as TracTicketReferencePlugin) to store he dependencies.
    910
    1011== !Bugs/Feature Requests
     
    2829== Installation
    2930
     31To enable and configure the plugin, add the following to your `trac.ini` file:
     32
     33{{{#!ini
     34[components]
     35ticketdependency.* = enabled
     36
     37[ticket-custom]
     38ticketref = textarea
     39ticketref.label = Relationships
     40ticketref.cols = 68
     41ticketref.rows = 1
     42}}}
     43
    3044General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    3145