wiki:TracTicketDepgraphPlugin

Version 13 (modified by Ryan J Ollos, 14 years ago) (diff)

Adding maintainer

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.

http://trac-hacks.org/attachment/wiki/TracTicketDepgraphPlugin/TracTicketDepgraphPlugin-Screenshot.jpg

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 [download:tracticketdepgraphplugin 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

14700 by rjollos on 2015-06-18 22:55:29
Don't include empty htdocs directory. Fixes #11223.

Patch by Jun Omae.

14699 by rjollos on 2015-06-18 22:51:00
Avoid matching paths that start with /ticket such as /ticketboard.
5302 by ftiede on 2009-02-23 11:00:20
Removed ASCII-bound type cast for coloring !depgraph nodes. Fixes #4240 (hopefully).
(more)

Author/Contributors

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

Attachments (1)

Download all attachments as: .zip