Bug-tracking system that integrates with Visual Studio 2010 with online-support?

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)?

Upvotes: 3

Views: 1104

Answers (2)

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.

Upvotes: 2

leppie
leppie

Reputation: 117220

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.

Upvotes: 3

Related Questions