wiki:TracDupPlugin

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

15865 by rjollos on 2016-09-02 22:55:28
0.1.2: Fix validate_ticket raising error when fields unchanged

Fixes #6045.

15864 by rjollos on 2016-09-02 22:47:58
0.1.1: Improve codin style
15863 by rjollos on 2016-09-02 22:26:44
0.1.1: Fix indentation
(more)

Author/Contributors

Author: thomasvs
Maintainer: thomasvs
Contributors:

Last modified 4 years ago Last modified on May 25, 2020, 10:17:40 PM