Плагин ChildTicketsPlugin для Edgewall Trac не работает
После установки плагина ChildTicketsPlugin в мой пограничный трак (1.2.2) и добавления конфигурации в trac.ini, вот так:
[components]
childtickets.* = enabled
[ticket-custom]
parent = text
parent.format = wiki
parent.label = Parent ID
[childtickets]
# 'enhancements': child tickets will typically be bug-fix tickets with the same milestone, component and keywords.
parent.Evolution.allow_child_tickets = true
parent.Evolution.restrict_child_type = Recette_(integration), Evolution, Developpement
parent.Evolution.table_headers = type, status, owner, summary
parent.Evolution.inherit = milestone
# 'bug-report': child tickets will typically be bug-fix
parent.Developpement.allow_child_tickets = true
parent.Developpement.default_child_type = bug-fix, Recette_(integration), Evolution, Developpement
parent.Developpement.table_headers = type, priority, owner, summary, milestone
parent.Developpement.inherit = milestone, keywords
# 'issue': child tickets will typically be task tickets with no default milestone.
parent.Recette_(integration).allow_child_tickets = true
parent.Recette_(integration).restrict_child_type = task, Evolution, Recette_(integration), Developpement
parent.Recette_(integration).table_headers = milestone
Примечание: Evolution, Recette_ (интеграция) и Developpement являются типами билетов, которые у меня есть
я ничего не вижу в родительском билете (нет новых секций дочерних билетов).
Как я могу быть уверен, что плагин работает правильно и как отладить, чтобы найти проблему?
заранее спасибо