Contents
Synchronise master-child tickets
Description
This plugin adds the capability of duplicating tickets to other tickets using three custom fields: dup_of
, dups
and dup_count
.
Changes in the master ticket are reflected to the child tickets and vice versa.
See also: MasterTicketsPlugin, SubticketsPlugin, ChildTicketsPlugin, TracDependencyPlugin, TracTicketReferencePlugin
Bugs/Feature Requests
Existing bugs and feature requests for TracDupPlugin are here.
If you have any issues, create a new ticket.
defect |
3 / 3 |
---|
Download
Download the zipped source from here.
Source
You can check out TracDupPlugin from here using Subversion, or browse the source with Trac.
Installation
General instructions on installing Trac plugins can be found on the TracPlugins page.
Add the following to your trac.ini
file:
[ticket-custom] dups = text dups.label = Duplicates dup_of = text dup_of.label = Duplicate of dup_count = text dup_count.label = Duplicate count
Recent Changes