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 and Source

Download the zipped source, check out 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

[5302] by ftiede on 02/23/09 12:00:20

Removed ASCII-bound type cast for coloring !depgraph nodes. Fixes #4240 (hopefully).

[5234] by ftiede on 02/10/09 13:25:19

This now also shows double quotes in tooltips. Refs #4240.

[5233] by ftiede on 02/10/09 13:10:58

Orphan tickets (not blocked by any other ticket) have their Dependency Graph lin k deactivated and are only displayed in graphs if they are direct results of que ries or reports but not in catchall graph produced by [[DepGraph()]].

[5232] by ftiede on 02/10/09 12:15:12

Another run at encoding unicode in tooltips, refs #4240.

So far, this worked for characters 128-255.

Author/Contributors

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