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

有帮助吗?

解决方案

take a look at Custom Ticket Fields.

其他提示

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 .

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top