[[PageOutline(2-5,Contents,pullout)]] = Add support for (directed) dependencies between Trac tickets == Description This plug-in adds a "Dependency" fields to each ticket, enabling you to express tickets your ticket depends on. It is a compatible improvement for TracTicketReferencePlugin on which it is based and uses only the custom field `ticketref` (like TracTicketReferencePlugin) to store the dependencies. See also: ChildTicketsPlugin, MasterTicketsPlugin == !Bugs/Feature Requests Existing bugs and feature requests for TicketDependencyPlugin are [report:9?COMPONENT=TicketDependencyPlugin here]. If you have any issues, create a [/newticket?component=TicketDependencyPlugin new ticket]. [[TicketQuery(component=TicketDependencyPlugin&group=type,format=progress)]] == Download Download the zipped source from [export:ticketdependencyplugin here]. == Source You can check out TicketDependencyPlugin from [/svn/ticketdependencyplugin here] using Subversion, or [source:ticketdependencyplugin browse the source] with Trac. == Installation To enable and configure the plugin, add the following to your `trac.ini` file: {{{#!ini [components] ticketdependency.* = enabled [ticket-custom] ticketref = textarea ticketref.cols = 68 ticketref.rows = 1 }}} General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page. == Recent Changes [[ChangeLog(ticketdependencyplugin, 3)]] == !Author/Contributors **Author:** [wiki:dlutz] [[BR]] **Maintainer:** [[Maintainer]] [[BR]] **Contributors:**