Contents
Ticket extensions
Description
This plugin adds the following features to a ticket:
- Apply template to the ticket description according to the ticket type.
- Template can be customized in TracAdmin.
- Custom fields can be enabled or disabled according to the ticket type.
New ticket where a specific ticket template is selected:
Template admin where the customisation occurs as well as the ability to enable / disable custom fields:
Note:
- If you use DecoratorPlugin, please see this page: http://d.hatena.ne.jp/szk-takanori/20081017/1224257533
- If you use TicketPropController Plugin, please see this page: http://syo.cocolog-nifty.com/freely/2010/02/trac-b97d.html
Bugs/Feature Requests
Existing bugs and feature requests for TicketExtPlugin are here.
If you have any issues, create a new ticket.
defect |
11 / 20 |
||
---|---|---|---|
enhancement |
5 / 8 |
||
task |
0 / 1 |
Download
Download the zipped source from here.
The following releases are available:
Version | Trac | Release date |
ticketext-0.3.2 | 0.11 | 2010-03-14 |
ticketext-0.3 | 0.11 | 2008-12-15 |
ticketext-0.2.1 | 0.11 | 2008-10-30 |
ticketext-0.2 | 0.11 | 2008-10-18 |
Source
You can check out TicketExtPlugin from here using Subversion, or browse the source with Trac.
Installation
Requirements
This plugin requires:
- CustomFieldAdminPlugin
- json-py, if you use Python 2.5.
Installation steps
- Install json-py
- Copy json.py to site-packages directory.
- For Trac 0.11:
$ easy_install https://trac-hacks.org/svn/ticketextplugin/0.11
- For Trac 0.12:
$ easy_install https://trac-hacks.org/svn/ticketextplugin/0.12
Configuration
Add the following to your trac.ini
file:
[components] ticketext.* = enabled [ticketext] defect.template = [problem][[BR]]\n\n\n[expect][[BR]]\n\n\n[note][[BR]]\n defect.enablefields = custom_field1,custom_field2
The options are as follows:
key | description |
<ticket type>.template | Ticket description template. It is possible to use WikiFormatting. |
<ticket type>.enablefields | Enable custom fields. Comma separated list of fields. |
- <ticket type>は日本語も利用可能です
Recent Changes
Author/Contributors
Author: takanorig
Maintainer: takanorig, ChrisNelson
Contributors:
Attachments (2)
- ticketext_template.png (121.7 KB) - added by 16 years ago.
- ticketext_template_admin.png (128.5 KB) - added by 16 years ago.
Download all attachments as: .zip