wiki:TicketStencilPlugin

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

  1. Install from source:
    $ easy_install https://trac-hacks.org/svn/ticketstencilplugin/1.0
    
    or
    $ pip install svn+https://trac-hacks.org/svn/ticketstencilplugin/1.0
    
  2. Enable the plugin in your trac.ini file:
    [components]
    tracticketstencil.* = enabled
    

See also: TracPlugins page.

Recent Changes

16432 by rjollos on 2017-04-03 04:42:45
TracTicketStencil 0.1.1: Avoid conflicts due to use of $ at global scope
15982 by tkob-trac on 2016-11-19 07:28:19
Apply a patch from Cinc-th to avoid TypeError in JS, closes #12957
15666 by tkob-trac on 2016-07-18 05:34:26
Initial commit
(more)

Author/Contributors

Author: tkob-trac
Maintainer: tkob-trac
Contributors:

Last modified 6 years ago Last modified on Jan 3, 2018, 1:14:56 PM