[[PageOutline]] = Ticket extensions = == Description == This plugin add the some features to the ticket.[[BR]] This plugin works with: * [http://trac-hacks.org/wiki/CustomFieldAdminPlugin CustomFieldAdminPlugin] * [http://sourceforge.net/projects/json-py/ json-py] == Features == * Apply template to the ticket description according to the ticket type. * It is able to customize the template by TracAdmin. * Custom fields enable or disable the settings == Install == * For Trac 0.10 {{{ > easy_install http://trac-hacks.org/svn/ticketextplugin/0.10 }}} * For Trac 0.11 {{{ > 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 == === Configuration === {{{ #!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 }}} ||'''key'''||'''description'''|| ||''''''.template||Ticket description template. It is able to use WikiFormatting.|| ||''''''.enablefields||Enable custom fields. You can define some fields by comma separated. * ''''''は日本語も利用可能です === Screenshot === [[Image(ticketext_template.png,width=300)]] [[Image(ticketext_template_admin.png,width=300)]] == Recent Changes == [[ChangeLog(ticketextplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:takanorig] [[BR]] '''Contributors:'''