[[PageOutline(2-5,Contents,pullout)]] = Add support for simple ticket cross-reference to Trac = == Description == TracTicketReferencePlugin requires Trac 0.12 or higher. - it works for 1.0 === What is it? === This plugin adds "Relationships" fields to each ticket, enabling you to express cross-reference between tickets. === Features === - Provide simple cross-reference as Trac custom field (`ticketref`) - Create new ticket with related ticket's field value - Picking up the referred ticket in comment == Configuration == To enable the plugin {{{ #!ini [components] ticketref.* = enabled [ticket-custom] ticketref = textarea ticketref.label = Relationships ticketref.cols = 68 ticketref.rows = 1 }}} If you want to show more small field, change as follows {{{ #!ini [ticket-custom] ticketref = text ticketref.label = Relationships }}} === i18n/l10n Support === This plugin is able to localize field label or message. You can translate into your language using "ticketref/locale/messages.pot". And then, I'm willing to merge your contribution into the distribution. So, let me know if you localized "ticketref/locale/messages.pot". See also [http://trac.edgewall.org/wiki/TracL10N Localization (L10N) of Trac] == Example == '''''New Ticket with Relationships''''' [[BR]][[BR]] [[Image(ticketref_new.png)]] '''''Query Result with Relationships''''' [[BR]][[BR]] [[Image(ticketref_query.png)]] '''''Pick up "ref* #id" in comment as cross-reference''''' [[BR]][[BR]] [[Image(ticketref_pickup_id.png)]] '''''Clicking "Relationships" label displays the id with summary''''' [[BR]][[BR]] [[Image(ticketref_verbose_info.png)]] == Bugs/Feature Requests == Existing bugs and feature requests for TracTicketReferencePlugin are [https://bitbucket.org/t2y/trac.plugins.ticketref/issues here]. If you have any issues, create a [https://bitbucket.org/t2y/trac.plugins.ticketref/issues/new new ticket]. == Download == Download the archived source from [http://pypi.python.org/pypi/TracTicketReferencePlugin here]. == Source == You can clone TracTicketReferencePlugin from [https://bitbucket.org/t2y/trac.plugins.ticketref/ here] using Mercurial, or browse the source. == Acknowledgment == This plugin was inspired by [http://trac-hacks.org/wiki/MasterTicketsPlugin MasterTicketsPlugin] == Recent Changes == [[ChangeLog(tracticketreferenceplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:t2y] [[BR]] '''Maintainer:''' [wiki:t2y] [[BR]] '''Contributors:'''