[[PageOutline(2-5,Contents,pullout)]] = Hide fields from ticket entry form == Description This plugin 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 [/newticket?component=SimpleTicketPlugin new ticket]. [[TicketQuery(component=SimpleTicketPlugin&group=type,format=progress)]] == Download Download the zipped source from [export:simpleticketplugin here]. The plugin is also available on [pypi:TracSimpleTicket PyPI]. == Source You can check out SimpleTicketPlugin from [/svn/simpleticketplugin here] using Subversion, or [source:simpleticketplugin browse the source] with Trac. == Installation General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page. == Configuration Enable the plugin through !WebAdmin or edit your `trac.ini` file to include: {{{#!ini [components] simpleticket.* = enabled }}} 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:''' [[Maintainer]] [[BR]] '''Contributors:''' falkb