Ticket dependency graph Plugin

Description

TracTicketDepgraphPlugin integrates dependency graph functionality into trac. Tickets set to block other tickets (or being blocked by other tickets) will be shown in a directed graph clearly stating the tickets blocking other tickets.

Depgraphs are accessible directly from within a certain ticket and can also be created by a macro from within a wiki page.

Bugs/Feature Requests

Existing bugs and feature requests for TracTicketDepgraphPlugin are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from here.

Source

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

Requirements

If the TracTicketDepgraphPlugin is installed system wide, then you will need to enable the plugin in your trac.ini:

[components]
depgraph.* = enabled

Example

[[DepGraph]]       # Produce a dependency graph for all tickets with infinite depth
[[DepGraph(10,5)]] # Produce a dependency graph for ticket 10 with depth 5

Recent Changes

[4226] by ftiede on 09/02/08 11:42:44

Set keywords and fixed macro name to old DepGraph(). See #3305.

[4202] by ftiede on 08/31/08 02:28:22

Upgraded tracticketdepgraphplugin to trac-0.11, this fixes #2357, #2576, #3305.

[3626] by ftiede on 05/06/08 12:45:54

Non-ASCII characters in a ticket's 'Severity' (or 'Priority') property raise UnicodeDecodeErrors?. Added a decode directive to remove non-ASCII characters. Fixes ticket #2994.

[2885] by ftiede on 12/12/07 02:22:14

DepGraph? macro does not fail when used as

Error: Failed to load processor DepGraph
No macro or processor named 'DepGraph' found

any longer. Fixes Ticket #2289.

Author/Contributors

Author: ftiede
Contributors: andrei2102 with a port to Trac 0.11