wiki:MasterTicketsPlugin

Version 8 (modified by Noah Kantrowitz, 16 years ago) (diff)

Add yet another disclaimer

Add support for ticket dependencies to Trac

Description

NOTE: The 0.10 version of this plugin suffers from many systemic design flaws. The 0.11 version has been re-written from the ground up to avoid these, however I do not currently have the time to invest in a backport. Please do not file tickets against the 0.10 version, as I will close all of them as wontfix.

NOTE 2 The 0.11 version requires a version of Genshi from trunk (or >=0.5 once that is released).

NOTE 3 People seem to be misunderstanding this, so I will repeat it. DO NOT USE THE 0.10 VERSION, IT IS BROKEN.

Just put the ticket numbers that a given ticket is blocking in the Blocking field. Enter just the number, no leading #. Separate multiple numbers with commas.

Make sure you add the custom fields as shown below.

You need to install graphviz to use the dependency graphs.

Bugs/Feature Requests

Existing bugs and feature requests for MasterTicketsPlugin are here.

If you have any issues, create a new ticket.

Download

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

Source

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

Example

To enable:

[components]
mastertickets.* = enabled

[ticket-custom]
blocking = text
blocking.label = Blocking
blockedby = text
blockedby.label = Blocked By

Recent Changes

17852 by rjollos on 2020-08-20 18:33:38
TracMasterTickets 4.0.5dev: Fix depgraph with summary containing quotes

Fixes #13854.

17800 by rjollos on 2020-07-16 22:37:28
TracMasterTickets 4.0.5dev: Fix incorrect change log entries

The entries in the referenced tickets' ticket_change
table lacked the proper cnum entries.

Refs #13848.

17757 by rjollos on 2020-05-18 22:59:30
TracMasterTickets 4.0.5dev: Wrap summary and improve tooltip

Fixes #11283.

(more)

Author/Contributors

Author: coderanger
Contributors: