Question

I want to add new field "deadline" for tickets in a Trac system . How can I do it?

Was it helpful?

Solution

take a look at Custom Ticket Fields.

OTHER TIPS

I'm working with a modified revision of the Trac development version 0.13dev, that has support for true custom time fields. This version performs well in production for more than a year now, but still lacks some requirements like unittest to make it's way into the next stable release of Trac. Until this is at least in 'trunk' you'll have to take a special revision from the repository, patch Trac code on your own or use the DateFieldPlugin.

BTW, there is CustomFieldAdminPlugin to help you prepare properly formatted entries for [ticket-custom] section of your trac.ini .

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top