wiki:TicketExtPlugin

Version 7 (modified by Takanori Suzuki, 15 years ago) (diff)

--

Ticket extensions

Description

This plugin add the some features to the ticket.

This plugin works with:

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

Install

> easy_install http://trac-hacks.org/svn/ticketextplugin/0.10

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

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
keydescription
<ticket type>.templateTicket description template. It is able to use WikiFormatting.
<ticket type>.enablefieldsEnable custom fields. You can define some fields by comma separated.
  • <ticket type>は日本語も利用可能です

Screenshot =

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

Attachments (2)

Download all attachments as: .zip