[[PageOutline(2-5,Contents,pullout)]] = 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 [report:9?COMPONENT=CondFieldsPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=CondFieldsPlugin&owner=coderanger new ticket]. == Download == Download the zipped source from [download:condfieldsplugin here]. == Source == You can check out CondFieldsPlugin from [http://trac-hacks.org/svn/condfieldsplugin here] using Subversion, or [source:condfieldsplugin browse the source] with Trac. == Example == To enable: {{{ #!ini [components] condfields.* = enabled }}} Example configuration: {{{ #!ini [condfields] include_standard = false defect = foo, bar task = baz }}} == Recent Changes == [[ChangeLog(condfieldsplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:coderanger] [[BR]] '''Maintainer:''' ''none'' [[BR]] '''Contributors:'''