wiki:TracDependencyPlugin

Version 2 (modified by Yuji OKAZAKI, 15 years ago) (diff)

--

Add support for ticket dependencies and summary tickets.

Description

This plugin provides support for ticket dependencies and summary tickets among projects.

Bugs/Feature Requests

Existing bugs and feature requests for TracDependencyPlugin are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from [download:tracdependencyplugin here].

Source

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

Example

  1. Install egg
  2. Enable this plugin
  3. Add InterTrac settings
    [intertrac]
    test1.title = Test 1
    test1.url = http://192.168.1.13/trac/Test1
    test2.title = Test 2
    test2.url = http://192.168.1.13/trac/Test2
    
  1. Add extended settings of InterTrac
    [intertrac]
    test1.label = Test1
    test1.path = C:\TracLight\projects\trac\Test1
    test1.title = Test 1
    test1.url = http://192.168.1.13/trac/Test1
    test2.label = Test2
    test2.path = C:\TracLight\projects\trac\Test2
    test2.title = Test 2
    test2.url = http://192.168.1.13/trac/Test2
    
  2. Add custom fields
[ticket-custom]
due_assign = text
due_assign.label = Start
due_assign.order = 1
due_close = text
due_close.label = Finish
due_close.order = 2
complete = text
complete.label = Complete
complete.order = 3
baseline_start = text
baseline_start.label = Baseline Start
baseline_start.order = 4
baseline_finish = text
baseline_finish.label = Baseline Finish
baseline_finish.order = 5
# for TracDependencyPlugin
summary_ticket = text
summary_ticket.label = Summary Ticket
summary_ticket.order = 6
dependencies = text
dependencies.label = Preceding Tickets
dependencies.order = 7

Recent Changes

8368 by okazaki on 2010-08-17 21:08:57
8365 by okazaki on 2010-08-15 12:42:21
refs #7449
8340 by okazaki on 2010-08-07 04:45:52
refs #7449
(more)

Author/Contributors

Author: okazaki
Contributors:

Attachments (8)

Download all attachments as: .zip