wiki:TicketExtPlugin

Version 38 (modified by figaro, 8 years ago) (diff)

Cosmetic changes

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.

Note:

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:

VersionTracRelease date
ticketext-0.3.20.112010-03-14
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.

Installation

Requirements

This plugin requires:

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:

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, ChrisNelson
Contributors:

Attachments (2)

Download all attachments as: .zip