On Wednesday, March 5, 2014 12:13:16 PM UTC-8, ONeal Freeman wrote: > > I am trying to get this to work so I can add a multilined default > compliance sections in the ticket description box so as we write up issues > we are reminded to annotate any compliance issues. > > I initially tried the instructions at > > > http://www.nextthing.org/archives/2008/05/02/adding-default-descriptions-to-trac-tickets > > > trying to use the site.html to add the default description but didn't have > any luck with that either. >
Do you find the following when viewing the New Ticket page source? <script src="/tracdev/tt/tt_newticket.js" type="text/javascript"> You can use [ticket] default_description if you are okay with having the same description for every ticket type. http://trac.edgewall.org/wiki/TracIni#ticket-section If not, then you need a plugin such as TracTicketTemplatePlugin -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/groups/opt_out.
