简体   繁体   English

使用Trac自动分配票证

[英]Automatic assignment of tickets with Trac

I'm using Trac (v0.11), and I'd like to: 我正在使用Trac (v0.11),并且想要:

  1. automatically assign a ticket to someone, as it's opened, basing on certain rules 根据某些规则,自动将票证分配给某人(已打开)
  2. hide the "assign to" and "CC" fields from the "new ticket" screen 隐藏“新票证”屏幕中的“分配给”和“抄送”字段

How can I do that (scripting, workflows, etc.)? 我该怎么做(脚本,工作流等)?
Thanks 谢谢

Point 1 is solved using Components , standard Trac entities that can be associated to an automatic assignee of the Ticket. 要点1是使用Components (可以与故障单的自动受让人关联的标准Trac实体)解决的。

Point 2 is solved by the powerful BlackMagicTicketTweaks plugin (it hides, disables or changes the name of fields on the Ticket form). 第2点由功能强大的BlackMagicTicketTweaks插件解决(它隐藏,禁用或更改“票证”表单上的字段名称)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM