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.
- It is able to customize the template by TracAdmin.
- Custom fields enable or disable the settings
Requires
This plugin requires:
Install
- For Trac 0.10
> easy_install http://trac-hacks.org/svn/ticketextplugin/0.10
- For Trac 0.11
> easy_install http://trac-hacks.org/svn/ticketextplugin/0.11
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 | relase date |
| 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_fields1,custom_fields2
| key | description |
| <ticket type>.template | Ticket description template. It is able to use WikiFormatting. |
| <ticket type>.enablefields | Enable custom fields. You can define some fields by comma separated. |
- <ticket type>は日本語も利用可能です
Screenshot
Recent Changes
[4910] by takanorig on 12/01/08 09:08:53
(refs #4120) python2.6でも動作するように修正。simplejson、json-pyのどちらか一方が利用できれば処理可能。 管理画面で、ダイアログメッセージが日本語になってしまう問題を修正。 (refs #4186) チケットの変更の場合も、テンプレートが利用できるようにした。
[4672] by takanorig on 10/30/08 09:31:58
(refs #4000)チケットのプレビュー時にテンプレートが適用され、説明の内容が上書きされてしまう問題を修正。
[4618] by takanorig on 10/28/08 10:33:02
(refs #4000)チケットのプレビュー時にテンプレートが適用され、説明の内容が上書きされてしまう問題を修正。
[4531] by takanorig on 10/17/08 10:21:34
[0.11](refs #3933)Linux対応のため、日本語の文字列をユニコード化。
Author/Contributors
Author: takanorig
Contributors:
Attachments
- ticketext_template.png (121.7 kB) - added by takanorig on 10/12/08 12:26:47.
- ticketext_template_admin.png (128.5 kB) - added by takanorig on 10/12/08 12:27:16.


