wiki:TracTicketDepgraphPlugin

Ticket dependency graph

Description

This plugin 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 tickets with dependencies and can also be created by a macro from within a wiki page:

Shows "Depgraph" link on ticket (#62). This ticket has dependencies shown grafically.

Usage in wiki text:

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

See also DepgraphSidebarPlugin.

Bugs/Feature Requests

Existing bugs and feature requests for TracTicketDepgraphPlugin are here.

If you have any issues, create a new ticket.

defect

16 / 19

enhancement

2 / 8

task

1 / 1

Download

Download the zipped source from here.

Source

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

Installation

Requirements:

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

[components]
depgraph.* = enabled

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: Felix Tiede
Contributors: andrei2102 with a port to Trac 0.11

Last modified 2 years ago Last modified on Mar 25, 2022, 8:40:18 AM

Attachments (1)

Download all attachments as: .zip