Conditional fields support for tickets
Description
This plugin allows having some ticket fields be conditional based on the ticket type. Note that is implemented entirely using JavaScript, so if that is disabled the user will see all fields like normal.
Configuration
In the condfields section, each ticket type maps to one entry of the same name (see below for an example). By default all the standard Trac fields are shown for all types, but you can disable this with the include_standard option.
Bugs/Feature Requests
Existing bugs and feature requests for CondFieldsPlugin are here.
If you have any issues, create a new ticket.
Download
Download the zipped source from here.
Source
You can check out CondFieldsPlugin from here using Subversion, or browse the source with Trac.
Example
To enable:
[components] condfields.* = enabled
Example configuration:
[condfields] include_standard = false defect = foo, bar task = baz
Recent Changes
[3416] by coderanger on 03/25/2008 01:39:08 AM
Change my email to avoid Yahoo, which decided to brake my scraper script recently.
[2228] by coderanger on 05/06/2007 06:29:10 PM
Initial add.
[2227] by coderanger on 05/06/2007 06:26:42 PM
New hack CondFieldsPlugin, created by coderanger
Author/Contributors
Author: coderanger
Contributors:
