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.
ChangeLog
0.2.4 (2012-09-20)
fix to avoid SQL injection attacks (see also #2)
0.2.3 (2012-03-25)
fix to show warnings when the relationships field is updated at the same time (see also #1)
fix to save proper oldvalue/newvalue when the relationships field is updated
add unit test
0.2.2 (2012-01-30)
add “cc” to make the new ticket with relationships
fix bugs (pick up ticket id in comment, avoid own ticket id)
0.2.1 (2012-01-22)
support whitespace as separator for describing relationships
fix bugs (non integer validation, show the relationships field in query)
0.2.0 (2012-01-20)
create new ticket with related ticket’s field value
picking up the referred ticket in comment
i18n/l10n support
0.1.0 (2012-01-15)
first release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for TracTicketReferencePlugin-0.2.4.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 81e56109947674a700207c95013e4b21ffa67a30949a05706a47100a4ad6f61d |
|
MD5 | de2e78ab4477842532f76356079c8ec6 |
|
BLAKE2b-256 | 0eac951e43443c9b7f307ae21b7029c3675a4d92f98f855993211af50b9330b3 |