使用 Trac 自动分配票证
我正在使用 Trac (v0.11),并且我希望:
- 在票证打开时,根据某些规则自动将票证分配给某人
- 隐藏“分配给”并“新工单”屏幕中的“抄送”字段
我该怎么做(脚本、工作流程等)?
谢谢
I'm using Trac (v0.11), and I'd like to:
- 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
How can I do that (scripting, workflows, etc.)?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
第 1 点是使用组件解决的,这是可以与工单的自动受让人关联的标准 Trac 实体。
第 2 点通过强大的 BlackMagicTicketTweaks 插件解决(它隐藏、禁用或更改字段名称在门票表格上)。
Point 1 is solved using Components, standard Trac entities that can be associated to an automatic assignee of the Ticket.
Point 2 is solved by the powerful BlackMagicTicketTweaks plugin (it hides, disables or changes the name of fields on the Ticket form).