wiki:TicketRelationsPlugin

Version 8 (modified by figaro, 9 years ago) (diff)

Cosmetic changes, tagged as external

Define dependency relations between tickets

Description

This 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. Not tested on older versions.

Download

Download the code as a zip or checkout the source from github.

Installation and configuration

To enable TicketRelations, add the following to your trac.ini file:

[components]
ticketrelations.* = enabled

[ticket-custom]
blocking = text
blocking.label = Blocking
blockedby = text
blockedby.label = Blocked By

Bugs/Feature Requests

Find existing requests and issues on github or trac-hacks.

To add a new one go to: github, or trac-hacks.

Author/Contributors

Author: leihog
Maintainer: Leif Högberg
Contributors: