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.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

versiontracrelease date
ticketext-0.30.112008-12-15
ticketext-0.2.10.112008-10-30
ticketext-0.20.112008-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
keydescription
<ticket type>.templateTicket description template. It is possible to use WikiFormatting.
<ticket type>.enablefieldsEnable custom fields. Comma separated list of fields.
  • <ticket type>は日本語も利用可能です

Screenshots

Recent Changes

[5011] by takanorig on 12/14/08 16:58:34

Ver0.3 Release

[5010] by takanorig on 12/14/08 16:54:06

(refs #4187)URLのクエリ指定でチケットを登録する際に、ticketextの動作を無効にすることを可能にした。無効にする場合は、URLのクエリで、「ticketext=false」を指定する。指定がない場合は、有効となる。

[4910] by takanorig on 12/01/08 16:08:53

(refs #4120) python2.6でも動作するように修正。simplejson、json-pyのどちらか一方が利用できれば処理可能。 管理画面で、ダイアログメッセージが日本語になってしまう問題を修正。 (refs #4186) チケットの変更の場合も、テンプレートが利用できるようにした。

[4672] by takanorig on 10/30/08 15:31:58

(refs #4000)チケットのプレビュー時にテンプレートが適用され、説明の内容が上書きされてしまう問題を修正。

Author/Contributors

Author: takanorig
Contributors:

Attachments