用于错误/问题跟踪器的聚合工具?
作为研究生研究的一部分,我与一个团队一起进行软件开发。我们参与了在不同地方托管的许多项目:一些在公共 GitHub 项目上,一些在私有 Redmine 实例上等。一些逻辑项目被分成多个项目存储库,通常有一些公共部分和一些私有部分。我们为每个项目的各自托管位置使用问题跟踪器,这很好,只是我们现在有很多地方需要检查,而且我担心我们正在接近“工具过载”——太多地方需要报告bug,有太多地方需要检查错误报告。
所以,问题是:是否有一个聚合器工具/网络应用程序可以配置为至少向我们显示来自多个不同错误跟踪器的组合错误列表?如果它还可以显示组合的“活动提要”(GitHub 和 Redmine 都提供),那就太好了,如果我们可以添加“一次性”外部错误来跟踪(例如,上游 bugzilla 中的某些内容),那就更好了但现在我真的进入了梦乡。
I do software development with a team as a part of my graduate research. We are involved in a number of projects hosted in various places: some on public GitHub projects, some on a private Redmine instance, etc. Some logical projects are split into multiple project repositories, often with some public parts and some private parts. We're using the issue tracker for each project for its respective hosting location, which is good except that we now have a lot of places to check and I'm worried we're approaching "tool overload" - too many places to report a bug, too many places to check for bug reports.
So, the question is: Is there an aggregator tool/web app that we could configure to show us at least a combined bug list from multiple different bug trackers? It would be nice if it could also show a combined "activity feed" (as both GitHub and Redmine offer), and even better if we could add 'one-off' external bugs to track (something in an upstream bugzilla, for instance) but now I'm really getting into dreamland.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
据我所知,唯一能够聚合/合并来自不同问题跟踪器的票证列表的工具是 BugWarrior
我使用过它一点,但没有时间就其成熟度获得明确的意见。有一件事让我有点失望,那就是缺少 GUI。它上面有一些图形界面,但我还没有找到一个适用于 OS X 的很酷的界面。
我确认我能够使其从以下多个实例中收集数据:
有关完整列表,请检查其主页。
The only tool that I am aware of being able to aggregate/consolidate list of tickets from different issue trackers is BugWarrior
I used it a little bit but didn't have time to get a clear opinion regarding its maturity. One thing that put me off a little bit was the lack of a GUI. There are some graphical interfaces on top of it but I wasn't able to find a cool one for OS X, yet.
I confirm that I was able to make it gather data from multiple instances of:
For a complete list check its main page.
我不知道有任何现成的聚合器工具,但您应该能够使用 Ticketmaster 来构建您的自己的,因为它为各种提供商(包括 github 和 redmine)提供了一致的接口。
I don't know of any ready-to-run aggregator tools, but you should be able to use Ticketmaster to build your own as it provides a consistent interface into various providers including github and redmine.
我认为 http://www.tasktop.com 和 http://www.opshub.com/main/ 可能会这样做,尽管我从未使用过它们。
I think http://www.tasktop.com and http://www.opshub.com/main/ might do that although I have never used them.