[[PageOutline(2-5,Contents,pullout)]] = Hide fields from ticket entry form = == Description == 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 [report:9?COMPONENT=SimpleTicketPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=SimpleTicketPlugin&owner=rjollos new ticket]. {{{ #!NewsFlash = News = * #9995 is being implemented on a [https://bitbucket.org/rjollos/simpleticketplugin 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 [download:simpleticketplugin here]. == Source == You can check out SimpleTicketPlugin from [http://trac-hacks.org/svn/simpleticketplugin here] using Subversion, or [source:simpleticketplugin 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. {{{ #!ini [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 == [[ChangeLog(simpleticketplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:coderanger] [[BR]] '''Maintainer:''' rjollos [[BR]] '''Contributors:''' falkb