[[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. * Template can be customized in TracAdmin. * Custom fields enable or disable the settings. == Requires == This plugin requires: * CustomFieldAdminPlugin * [http://sourceforge.net/projects/json-py/ json-py] (Python2.5) == Install == * Install [http://sourceforge.net/projects/json-py/ json-py] * Copy json.py to site-packages direcotry. * 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 [query:status!=closed&component=TicketExtPlugin&order=priority here]. If you have any issues, create a [/newticket?component=TicketExtPlugin&owner=takanorig new ticket]. == Download == Download the zipped source from [download:ticketextplugin here]. === Release === ||'''version'''||'''trac'''||'''release date'''|| ||[/changeset/5011/ticketextplugin/0.11/?old_path=/&filename=ticketextplugin-0.3&format=zip ticketext-0.3]||0.11||2008-12-15|| ||[/changeset/4672/ticketextplugin/0.11/?old_path=/&filename=ticketextplugin-0.2.1&format=zip ticketext-0.2.1]||0.11||2008-10-30|| ||[/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 [/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_field1,custom_field2 }}} ||'''key'''||'''description'''|| ||''''''.template||Ticket description template. It is possible to use WikiFormatting.|| ||''''''.enablefields||Enable custom fields. Comma separated list of fields. * ''''''は日本語も利用可能です === Screenshots === [[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:'''