Contents
RelevantTicketPlugin
Description
The ticket number(ex.#123) that is input in custom field is transcribed into the ticket that is specified with custom field.
Bugs/Feature Requests
Existing bugs and feature requests for RelevantTicketPlugin are here.
If you have any issues, create a new ticket.
Download
Download the zipped source from here.
Source
You can check out RelevantTicketPlugin from here using Subversion, or browse the source with Trac.
Example
make the egg package
python setup.py bdist_egg
copy egg into your trac plugins dir.
cp dist/*.egg /where/to/trac/plugins/
To activate the plugin, edit conf/trac.ini:
[components] relevantticketplugin.relevantticket.* = enabled
Recent Changes
[11362] by one on 03/04/12 09:43:17
Bug Fix: Lack of ticket_deleted method
[11013] by one on 12/05/11 14:57:37
[10917] by one on 11/15/11 16:09:43
Initial import of Relevant Ticket Plug-in.
[10915] by one on 11/15/11 14:00:29
New hack RelevantTicketPlugin, created by one

