wiki:TicketDependencyPlugin

Version 6 (modified by Daniel Lutz, 7 years ago) (diff)

--

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 here.

If you have any issues, create a new ticket.

Download

Download the zipped source from here.

Source

You can check out TicketDependencyPlugin from here using Subversion, or browse the source with Trac.

Installation

To enable and configure the plugin, add the following to your trac.ini file:

[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 page.

Recent Changes

16672 by dlutz on 2017-06-21 14:27:21
New hack TicketDependencyPlugin, created by dlutz
(more)

Author/Contributors

Author: dlutz
Maintainer: Daniel Lutz
Contributors:

Attachments (2)

Download all attachments as: .zip