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
[5287] by coderanger on 02/18/09 09:01:15
Highly untested 0.11 version.
[5286] by coderanger on 02/18/09 08:46:29
Branch for 0.11
[3416] by coderanger on 03/25/08 07:39:08
Change my email to avoid Yahoo, which decided to brake my scraper script recently.
[2228] by coderanger on 05/07/07 01:29:10
Initial add.
Author/Contributors
Author: coderanger
Contributors:

