Changes between Version 64 and Version 65 of MasterTicketsPlugin
- Timestamp:
- Mar 25, 2022, 8:38:35 AM (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MasterTicketsPlugin
v64 v65 9 9 This plugin adds "blocks" and "blocked by" fields to each ticket, enabling you to express dependencies between tickets. It also provides a graphviz-based dependency-graph feature for those tickets having dependencies specified, allowing you to visually understand the dependency tree. The dependency graph is viewable by clicking 'depgraph' in the context (in the upper right corner) menu when viewing a ticket that blocks or is blocked by another ticket. 10 10 11 This plugin works on Trac 1.0+. The plugin also works on Trac 0.11 and 0.12, bu is no longer maintained. See also DepgraphSidebarPlugin.11 This plugin works on Trac 1.0+. The plugin also works on Trac 0.11 and 0.12, but is no longer maintained. 12 12 13 [[Image(TracTicketDepgraphPlugin:TracTicketDepgraphPlugin-Screenshot.jpg, 80%,border=2)]]13 [[Image(TracTicketDepgraphPlugin:TracTicketDepgraphPlugin-Screenshot.jpg, border=2)]] 14 14 15 15 Shown in the image above is the following: … … 34 34 35 35 To use the dependency graphs you need to install [https://graphviz.org/ Graphviz] (released under Common Public License), and which can be installed from [pypi:graphviz/ PyPi]. You do not need the GraphvizPlugin or anything else beyond the dot binary. 36 37 See also DepgraphSidebarPlugin, TracTicketDepgraphPlugin. 36 38 37 39 == Bugs/Feature Requests … … 76 78 }}} 77 79 78 The documentation for other configuration options can be reviewed 79 in the `[mastertickets]` section of TracIni. 80 The documentation for other configuration options can be reviewed in the `[mastertickets]` section of TracIni. 80 81 81 82 === Upgrade your installation