[[PageOutline(2-5,Contents,pullout)]] = TicketRelations = == Description == The TicketRelations plugin enables you to define dependency relations between tickets. TicketRelations is based on mastertickets by Noah Kantrowitz but removes the extra fluff (graphs) that came with mastertickets. 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. I have no idea if it works on older versions. == Download == This plugin is hosted on github! Download from: https://github.com/leihog/TracTicketRelations == Installation and configuration == To enable TicketRelations, add the following to trac.ini: {{{ [components] ticketrelations.* = enabled [ticket-custom] blocking = text blocking.label = Blocking blockedby = text blockedby.label = Blocked By }}} == Bugs/Feature Requests == Existing bugs and feature requests for TicketRelationsPlugin are [report:9?COMPONENT=TicketRelationsPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=TicketRelationsPlugin&owner=leihog new ticket]. == Download == Download the zipped source from [download:ticketrelationsplugin here]. == Source == You can check out TicketRelationsPlugin from [http://trac-hacks.org/svn/ticketrelationsplugin here] using Subversion, or [source:ticketrelationsplugin browse the source] with Trac. == Example == n/a == Recent Changes == [[ChangeLog(ticketrelationsplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:leihog] [[BR]] '''Maintainer:''' [wiki:leihog] [[BR]] '''Contributors:'''