[[PageOutline]] = Ticket extensions for Trac = == Description == This plugin add the some features to the ticket.[[BR]] This plugin works with: * [http://trac-hacks.org/svn/customfieldadminplugin CustomFieldAdminPlugin] == Features == * description template according to the ticket type * custom fields enable or disable the settings == Install == {{{ >easy_install http://trac-hacks.org/svn/ticketextplugin/0.11 }}} == Bugs/Feature Requests == Existing bugs and feature requests for TicketExtPlugin are [report:9?COMPONENT=TicketExtPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=TicketExtPlugin&owner=takanorig new ticket]. == Download == Download the zipped source from [download:ticketextplugin here]. == Source == You can check out TicketExtPlugin from [http://trac-hacks.org/svn/ticketextplugin here] using Subversion, or [source:ticketextplugin browse the source] with Trac. == Example == {{{ #!ini # trac.ini [components] ticketext.* = enabled [ticketext] defect.template = [problem][[BR]]\n\n\n[expect][[BR]]\n\n\n[note][[BR]]\n defect.enablefields = custom_fields1,custom_fields2 }}} == Recent Changes == [[ChangeLog(ticketextplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:takanorig] [[BR]] '''Contributors:'''