[[PageOutline(2-5,Contents,pullout)]] = 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: [[Image(TracTicketDepgraphPlugin-Screenshot.jpg, 50%)]] == Bugs/Feature Requests Existing bugs and feature requests for TracTicketDepgraphPlugin are [query:status!=closed&component=TracTicketDepgraphPlugin&order=priority here]. If you have any issues, create a [/newticket?component=TracTicketDepgraphPlugin&owner=ftiede new ticket]. [[TicketQuery(component=TracTicketDepgraphPlugin&group=type,format=progress)]] == Download and Source Download the [download:tracticketdepgraphplugin zipped source], check out [/svn/tracticketdepgraphplugin using Subversion], or [source:tracticketdepgraphplugin browse the source] with Trac. == Installation Requirements: * GraphvizPlugin * MasterTicketsPlugin If the TracTicketDepgraphPlugin is installed system wide, then you will need to enable the plugin in your `trac.ini` file: {{{#!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]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:''' [wiki:andrei2102] with a port to Trac 0.11