Skip to main content

Provides support for ticket cross reference for Trac

Project description

Notes

TracTicketReferencePlugin adds simple ticket cross-reference for Trac.

Note: TracTicketReference requires Trac 0.12 or higher.

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:

[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:

[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 Localization (L10N) of Trac

Acknowledgment

This plugin was inspired by MasterTicketsPlugin.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

TracTicketReferencePlugin-0.2.0.tar.gz (13.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page