Вопрос

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