[[PageOutline]] = Ticket extensions = == Description == This plugin add the some features to the ticket.[[BR]] This plugin's 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. == Requires == This plugin requires: * [http://trac-hacks.org/wiki/CustomFieldAdminPlugin CustomFieldAdminPlugin] * [http://sourceforge.net/projects/json-py/ json-py] (Python2.5) == Install == * 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]. === Release === ||'''version'''||'''trac'''||'''release date'''|| ||[http://trac-hacks.org/changeset/5011/ticketextplugin/0.11/?old_path=/&filename=ticketextplugin-0.3&format=zip ticketext-0.3]||0.11||2008-12-15|| ||[http://trac-hacks.org/changeset/4672/ticketextplugin/0.11/?old_path=/&filename=ticketextplugin-0.2.1&format=zip ticketext-0.2.1]||0.11||2008-10-30|| ||[http://trac-hacks.org/changeset/4531/ticketextplugin/0.11/?old_path=/&filename=ticketextplugin-0.2&format=zip ticketext-0.2]||0.11||2008-10-18|| == 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:'''