[[PageOutline(2-5,Contents,pullout)]] = Simplified Ticket Entry Plugin = == Description == Allows you to hide any ticket field to provide a simplified ticket form. == 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=coderanger new ticket]. == 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. {{{ [simpleticket] fields = milestone, owner, component show_only = True }}} Then give some users the {{{TICKET_CREATE_SIMPLE}}} permission (but not {{{TICKET_CREATE}}}). == Recent Changes == [[ChangeLog(simpleticketplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:coderanger] [[BR]] '''Maintainer:''' rjollos [[BR]] '''Contributors:'''