= 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 [report:9?COMPONENT=TracTicketDepgraphPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=TracTicketDepgraphPlugin&owner=ftiede new ticket]. == Download == Download the zipped source from [download:tracticketdepgraphplugin here]. == Source == You can check out TracTicketDepgraphPlugin from [http://trac-hacks.org/svn/tracticketdepgraphplugin here] using Subversion, or [source:tracticketdepgraphplugin browse the source] with Trac. == Requirements == * GraphvizPlugin * MasterTicketsPlugin 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 == [[ChangeLog(tracticketdepgraphplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:ftiede] [[BR]] '''Contributors:''' [wiki:andrei2102] with a port to Trac 0.11