[[PageOutline(2-5,Contents,pullout)]] = !TicketRelations = == Description == {{{ #!NewsFlash This plugin is hosted on [https://github.com/leihog/TracTicketRelations github] }}} The !TicketRelations plugin enables you to define dependency relations between tickets. !TicketRelations is based on [MasterTicketsPlugin 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 == 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 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 == I prefer if you use githubs issue tracker! Find existing requests and issues on [https://github.com/leihog/TracTicketRelations/issues github] or [report:9?COMPONENT=TicketRelationsPlugin trac-hacks] To add a new one go to: [https://github.com/leihog/TracTicketRelations/issues/new github] or [http://trac-hacks.org/newticket?component=TicketRelationsPlugin&owner=leihog trac-hacks]. == Author/Contributors == '''Author:''' [wiki:leihog] [[BR]] '''Maintainer:''' [wiki:leihog] [[BR]] '''Contributors:'''