Pergunta

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

Foi útil?

Solução

take a look at Custom Ticket Fields.

Outras dicas

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 .

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top