Noufal wrote: > Hello everyone, > We're trying to deploy trac in our organisation to track requests for > various services (each request would be a ticket which would have an > audit trail till it's closed by the appropriate person). > > I need to change the new ticket template to transclude a page from the > trac wiki which contains news that the person adding the ticket might > be interested in. The news page is a page on the wiki which will be > maintained by a separate person.
One alternative approach, which we're now using on trac.egdewall.org, is to retarget the "New Ticket" link to a wiki page (NewTicket in our case, but this can be anything - see TracNavigation for configuration details), and have one or several links to /newticket on that page. The advantage is that you can "pre-fill" the ticket creation in some interesting ways (the simplest being e.g. [/newticket?type=defect report a bug] or [/newticket?type=enhancement create an enhancement request]). -- Christian PS: yes, that's also a 0.11 thing ;-) > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
