Hide fields from ticket entry form

Description

Allows you to hide any ticket field to provide a simplified ticket form.

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.

News

  • #9995 is being implemented on a development fork.
  • Version 5.0 of this plugin is under development. The main new feature will be the ability to hide fields rather than dropping them #6648. After the release of 5.0, future work will be to add features to the DynamicFieldsPlugin in order to get equivalent functionality, if it does not already exist. A migration guide will be written to help with transitioning to the DynamicFieldsPlugin.
  • Version 4.0 of this plugin has been released.

Download

Download the zipped source from here.

Source

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

Example

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

[11513] by rjollos on 04/22/12 23:19:56

Fixes #9572: Created tag of version 4.0. Bumped trunk to 5.0dev.

[11512] by rjollos on 04/22/12 23:14:20

Refs #9572: Reorganized repository into a trunk and tags layout. Version 0.1 is for Trac 0.9. Version 0.1.3 is for Trac 0.10.

[11183] by rjollos on 01/23/12 18:52:53

Refs #9572: [11179] was incorrect and broke permissions-based filtering.

[11179] by rjollos on 01/23/12 05:50:10

Refs #9572: Removed the session_override option, which didn't seem to provide any function.

Author/Contributors

Author: coderanger
Maintainer: rjollos
Contributors: falkb