wiki:TicketExtPlugin

Version 25 (modified by Ryan J Ollos, 14 years ago) (diff)

Adding maintainer

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:

Install

  • Install json-py
    • Copy json.py to site-packages direcotry.
  • 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 [download:ticketextplugin 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

10092 by takanorig on 2011-04-16 18:02:46
Trac0.12でエラーとなる部分を修正。
10091 by takanorig on 2011-04-16 16:24:41
0.12対応
10090 by takanorig on 2011-04-16 16:21:28
(more)

Author/Contributors

Author: takanorig
Maintainer: takanorig
Contributors:

Attachments (2)

Download all attachments as: .zip