[[PageOutline(2-5,Contents,pullout)]] = Define dependency relations between tickets == Description This plugin enables you to define dependency relations between tickets. !TicketRelations is based on the MasterTicketsPlugin by Noah Kantrowitz but removes the graphical capabilities that came with it. The concept is the same, in that you define ticket relations using the custom ticket fields '''blocking''' and '''blocked by'''. !TicketRelations is made for and tested on Trac 0.12. Not tested on older versions. == Bugs/Feature Requests Find existing requests and issues on [https://github.com/leihog/TracTicketRelations/issues github] or [report:9?COMPONENT=TicketRelationsPlugin trac-hacks]. To add a new issue or feature request go to [https://github.com/leihog/TracTicketRelations/issues/new github], or [/newticket?component=TicketRelationsPlugin trac-hacks]. == Download Download the code as [https://github.com/leihog/TracTicketRelations/zipball/master a zip] or checkout the source from [https://github.com/leihog/TracTicketRelations github]. == Installation General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page. To enable this plugin, add the following to your `trac.ini` file: {{{#!ini [components] ticketrelations.* = enabled }}} == Configuration To configure this plugin, add the following to your `trac.ini` file: {{{#!ini [ticket-custom] blocking = text blocking.label = Blocking blockedby = text blockedby.label = Blocked By }}} == Author/Contributors '''Author:''' [wiki:leihog] [[BR]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:'''