wiki:SimpleTicketPlugin

Version 31 (modified by Ryan J Ollos, 7 years ago) (diff)

Remove old news.

Hide fields from ticket entry form

Notice: This plugin is unmaintained and available for adoption.

Description

This plugin allows you to hide any ticket field to provide a simplified ticket form when creating tickets.

See also: DynamicFieldsPlugin and BlackMagicTicketTweaksPlugin.

Bugs/Feature Requests

Existing bugs and feature requests for SimpleTicketPlugin are here.

If you have any issues, create a new ticket.

defect

13 / 13

enhancement

11 / 12

task

3 / 3

Download

Download the zipped source from here.

The plugin is also available on PyPI.

Source

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

Installation

General instructions on installing Trac plugins can be found on the TracPlugins page.

Configuration

Enable the plugin through WebAdmin or edit your trac.ini file to include:

[components]
simpleticket.* = enabled

Add a section like this to your trac.ini to display only the specified fields in the ticket form.

[simpleticket]
fields = milestone, owner, component
show_only = true

Then give some users the TICKET_CREATE_SIMPLE permission. The TICKET_CREATE_SIMPLE permission has no effect on a user with the TRAC_ADMIN permission.

Recent Changes

16048 by rjollos on 2016-12-02 23:22:07
5.0: Release version 5.0
15200 by rjollos on 2016-02-03 04:08:15
5.0dev: Use HTTPS in project URL
15199 by rjollos on 2016-02-03 03:46:11
5.0dev: Add license headers and text
(more)

Author/Contributors

Author: coderanger
Maintainer: none (needsadoption)
Contributors: falkb