Trac Ticket Template

SEE:ZoomQuiet ~ Collection KSPEG Trac hacking

Description

TracTicketTemplate enable users to create ticket using templates which can be customized by Trac administrator. Trac administrator can spcify a general template default for all uncustomized ticket types.

Bugs/Feature Requests

Existing bugs and feature requests for TracTicketTemplatePlugin are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from here.

Source

You can check out TracTicketTemplatePlugin from here using Subversion, or browse the source with Trac.

Install

You can install this software as normal Trac plugin.

  1. Uninstall TracTicketTemplate if you have installed before.
  1. Change to the directory containning setup.py.
  1. If you want to install this plugin globally, that will install this plugin to the python path:
    • python setup.py install
  1. If you want to install this plugin to trac instance only:
    • python setup.py bdist_egg
    • copy the generated egg file to the trac instance's plugin directory
      cp dist/*.egg /srv/trac/env/plugins
      
  1. Config trac.ini:
    [components]
    tickettemplate.* = enabled
    

Example

  • Trac administrator should define the template for all ticket types:
    • Login as administrator, open Admin -> Ticket System -> Ticket Template
    • load the template of each ticket type, modify them and apply changes
  • After defined ticket template, normal user can create ticket using predefined template by change ticket types dropdown list items.
  • Screenshot

Recent Changes

[5179] by richard on 02/02/09 21:23:55

#4294 Renamed user to username to avoid keyword problem with postgresql

[4931] by richard on 12/03/08 02:30:58

#4170 define global variable ENV

[4553] by richard on 10/21/08 04:08:13

change Chinese characters to English

[4472] by richard on 10/13/08 09:24:16

add tractickettemplate plugin

Author/Contributors

Author: richard
Contributors:

Attachments