Ticket extensions
Description
This plugin add the some features to the ticket.
This plugin's features:
- 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.
Requires
This plugin requires:
- CustomFieldAdminPlugin
- json-py (If you use Python2.5)
Install
- Install json-py
- Copy json.py to site-packages directory.
- For Trac 0.11
> easy_install http://trac-hacks.org/svn/ticketextplugin/0.11
- For Trac 0.12
> easy_install http://trac-hacks.org/svn/ticketextplugin/0.12
Bugs/Feature Requests
Existing bugs and feature requests for TicketExtPlugin are here.
If you have any issues, create a new ticket.
Download
Download the zipped source from here.
Release
| 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.
Example
Configuration
# trac.ini [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
| 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>は日本語も利用可能です
Screenshots
Recent Changes
[10092] by takanorig on 04/16/11 20:02:46
Trac0.12でエラーとなる部分を修正。
[10091] by takanorig on 04/16/11 18:24:41
0.12対応
[10090] by takanorig on 04/16/11 18:21:28
[7776] by takanorig on 03/13/10 18:04:10
(refs #6777)重要度のフィールドが有効にならない状態であったのを修正。
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
Author/Contributors
Attachments
- ticketext_template.png (121.7 kB) - added by takanorig on 10/12/08 19:26:47.
- ticketext_template_admin.png (128.5 kB) - added by takanorig on 10/12/08 19:27:16.



