[[PageOutline(2-5,Contents,pullout)]] = 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 [report:9?COMPONENT=TracDupPlugin here]. If you have any issues, create a [/newticket?component=TracDupPlugin new ticket]. [[TicketQuery(component=TracDupPlugin,group=type,format=progress)]] == Download Download the zipped source from [export:tracdupplugin here]. == Source You can check out TracDupPlugin from [/svn/tracdupplugin here] using Subversion, or [source:tracdupplugin browse the source] with Trac. == Installation General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page. Add the following to your `trac.ini` file: {{{#!ini [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 [[ChangeLog(tracdupplugin, 3)]] == Author/Contributors '''Author:''' [wiki:thomasvs] [[BR]] '''Maintainer''': [[Maintainer]] [[BR]] '''Contributors:'''