在 trac 上开新票之前查找现有票
我们在我们工作的项目中使用 Trac 作为任务管理工具。然而,Trac 搜索可能不是最直观的搜索,我们最终会得到多个重复项,因为记者无法有效地找到是否已经存在他或她发现的问题的报告单。
Stack Overflow 的“相关问题”概念非常棒,而且效果非常好!我想知道是否有人听说过 Trac 的类似插件,或者您是否以其他方式解决了这个问题。
We're using Trac as the task management tool at the project we work in. However, Trac search is maybe not the most intuitive search out there, and we end up having multiple duplicates as the reporters can't effectively find if there already is a reported ticket of the question he or she found.
Stack Overflow's "Related Questions" concept is great and works magnificently! I was wondering if someone has heard of some similar plugin to Trac, or if you have solved this problem some other way.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于 trac 的东西总是转向 trac-hacks
这是一个看起来适合你的,DuplicateTicketSearchPlugin:提供 AJAX 样式的重复票证查找,在“新票证”页面上使用。根据汇总字段自动搜索相关工单。
For trac stuff always turn to trac-hacks
Here is one it looks right for you, DuplicateTicketSearchPlugin: Provides an AJAX-style lookup for duplicate tickets, used on the New Ticket page. Automatically searches for related tickets based on the summary field.