[[PageOutline(2-5,Contents,pullout)]] = 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 [report:9?COMPONENT=TicketStencilPlugin here]. If you have any issues, create a [/newticket?component=TicketStencilPlugin new ticket]. [[TicketQuery(component=TicketStencilPlugin&group=type,format=progress)]] == Download Download the zipped source from [export:ticketstencilplugin here]. == Source You can check out TicketStencilPlugin from [/svn/ticketstencilplugin here] using Subversion, or [source:ticketstencilplugin browse the source] with Trac. == Installation 1. Install from source: {{{#!shell $ easy_install https://trac-hacks.org/svn/ticketstencilplugin/1.0 }}} or {{{#!shell $ pip install svn+https://trac-hacks.org/svn/ticketstencilplugin/1.0 }}} 2. Enable the plugin in your `trac.ini` file: {{{#!ini [components] tracticketstencil.* = enabled }}} See also: [TracPlugins#InstallingaTracplugin TracPlugins] page. == Recent Changes [[ChangeLog(ticketstencilplugin, 3)]] == !Author/Contributors **Author:** [wiki:tkob-trac] [[BR]] **Maintainer:** [[Maintainer]] [[BR]] **Contributors:**