wiki:TracTicketDepgraphPlugin

Version 2 (modified by Felix Tiede, 17 years ago) (diff)

--

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

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
Contributors:

Attachments (1)

Download all attachments as: .zip