I'm using Trac (v0.11), and I'd like to:
我正在使用Trac(v0.11),我想:
- automatically assign a ticket to someone, as it's opened, basing on certain rules
- hide the "assign to" and "CC" fields from the "new ticket" screen
根据某些规则,在某人打开时自动为其分配票证
隐藏“新票证”屏幕中的“分配到”和“CC”字段
How can I do that (scripting, workflows, etc.)?
Thanks
我该怎么做(脚本,工作流程等)?谢谢
1 个解决方案
#1
Point 1 is solved using Components, standard Trac entities that can be associated to an automatic assignee of the Ticket.
使用组件,可以与故障单的自动受让人相关联的标准Trac实体来解决点1。
Point 2 is solved by the powerful BlackMagicTicketTweaks plugin (it hides, disables or changes the name of fields on the Ticket form).
第2点由强大的BlackMagicTicketTweaks插件解决(它隐藏,禁用或更改故障单表单上的字段名称)。
#1
Point 1 is solved using Components, standard Trac entities that can be associated to an automatic assignee of the Ticket.
使用组件,可以与故障单的自动受让人相关联的标准Trac实体来解决点1。
Point 2 is solved by the powerful BlackMagicTicketTweaks plugin (it hides, disables or changes the name of fields on the Ticket form).
第2点由强大的BlackMagicTicketTweaks插件解决(它隐藏,禁用或更改故障单表单上的字段名称)。