Contents
Prepopulate the description of a new ticket
Description
This plugin fills the description of a new ticket with a pre-defined template.
Unlike TracTicketTemplatePlugin, this plugin does not use dedicated tables for templates but instead uses wiki pages. For example, the content of TicketStencilDefect
page is used as a template for "defect" ticket. See #13327 for when the ticket type contains spaces.
Not using dedicated tables means that you do not need to upgrade your project.
Bugs/Feature Requests
Existing bugs and feature requests for TicketStencilPlugin are here.
If you have any issues, create a new ticket.
defect |
1 / 2 |
||
---|---|---|---|
enhancement |
1 / 1 |
Download
Download the zipped source from here.
Source
You can check out TicketStencilPlugin from here using Subversion, or browse the source with Trac.
Installation
- Install from source:
or
$ easy_install https://trac-hacks.org/svn/ticketstencilplugin/1.0
$ pip install svn+https://trac-hacks.org/svn/ticketstencilplugin/1.0
- Enable the plugin in your
trac.ini
file:[components] tracticketstencil.* = enabled
See also: TracPlugins page.
Recent Changes