与 Visual Studio 2010 集成并提供在线支持的错误跟踪系统?
在哪里可以找到一个错误跟踪系统,它作为插件与 Visual Studio 2010 集成,并支持在线支持(以便匿名者可以将错误添加到错误列表中)?
Where can I find a bug-tracking system that integrates with Visual Studio 2010 as an addin, and supports online support (so that anonymous people can add bugs to the buglist)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用 TFS 并利用 TFS Web 服务编写一个简单的 Web 前端。也许有支持 TFS 集成的错误跟踪器。
不幸的是,我不知道 VS 中集成了其他解决方案。
You could use TFS and write a simple web frontend utilizing the TFS webservices. Perhaps there are bugtrackers that support TFS integration.
Unfortunately, I do not know of other solutions integrated into VS.
我最终基于数据库和网络服务器构建了自己的系统。然后,我通过 Visual Studio 2010 SDK 创建了一个 Visual Studio 包(加载项),用于管理从网站实时同步的错误。
更好地满足我的需求,并且只花了 1 周的时间进行开发。
I ended up building my own system based on a database and a webserver. I then created a Visual Studio Package (add-in) through the Visual Studio 2010 SDK for managing bugs that were synced live from the website.
Way better for my needs, and only took 1 week of development.