vote up 2 vote down star
2

I don't want a fancy bug tracking suite. Sometimes I am working on projects/tools for myself, and I just want to keep track of any bugs, features, etc.. as I go along. I keep these in TODO and a bugs.txt for now, but it would be nice if there was a typical bug tracking system that would be stored with the project or solution file itself.

EDIT: To clarify, if I have to run any server portion to access it (website, database, etc..) then it becomes sort of useless to me. I want it stored with the project itself so that I can open it up on multiple computers.

flag

Do you use source control? If so, what kind? – James Jones Oct 2 at 18:31
I do not use source control per se for my personal projects such as this. I keep my dev folder on Dropbox which gets file revisions, just not 'named' revisions like I would like. – esac Oct 2 at 19:55

7 Answers

vote up 4 vote down check

Another free for single user product is Axosoft's OnTime. It has a Windows client, as well as integrating with Visual Studio. Uses MS SQL Server as store, and supports SQL EXpress, so it's still free.

link|flag
Heh, you answered while I was finding the link. :) – Jonas Oct 2 at 17:34
Thanks, I think this is closest to what I want, if it supported SQL compact framework files so that the database is portable it would be near perfect. – esac Oct 2 at 18:03
vote up 0 vote down

Have a look at Artifacts - integrates in Visual Studio, keeps bugs alongside the source code in your version control.

link|flag
vote up 3 vote down

OnTime by Axosoft has a VS.Net add-in, and it's free for a single user.

link|flag
vote up 6 vote down

Fogbugz is a great solution. However, I'm not sure this classes as a suite or not. It maybe does. It has some useful features which include (in addition to the website), Visual Studio integration and Source Control intergration. You can even add comments in your code to tie your fixes, bugs and code together.

link|flag
Where are the VS integration plugins? I looked around the plugins section of the site and couldn't find one. – SnOrfus Oct 2 at 18:11
2  
It's not in the plug-ins section. The Visual studio integration is a separate download (our.fogbugz.com/default.asp?W984). It isn't bad. – JohnFx Oct 2 at 18:14
It's worth mentioning that if this is just for yourself, FogBugz has a "Student & Startup Edition" that you could use free of charge. This won't be included with with your project file naively, but web-based with the VS plugin is probably second best. – Andrew Song Oct 2 at 19:00
I'm using the student and startup edition (well, until I hire my next developer - yay for making money) and I had no idea that there was a vs plugin. +1 johnfx and amadiere – SnOrfus Oct 2 at 22:28
vote up 0 vote down

Try this one : Visual Stuio.NET Bug Tracking Add-in 1 (Windows)

Overview: Elementool, a leading provider of Web-based bug tracking service, has launched a new issues tracking tool that can be deployed within the popular Microsoft Visual Studio.NET development platform.

link|flag
vote up 1 vote down

I use SourceGear Fortress which provides a very nice cost effective ALM suite which integrates quite well into Visual Studio and a single user license is free

link|flag
vote up 2 vote down

Since it appears that Visual Studio integration is important to you, I would recommend Visual Studio Team System.

If IDE integration wasn't so important to you, I would recommend Redmine.

link|flag
Odd, I have Team System, and I do not see any bug tracking pieces in it. If it requires TFS, then that's sort of what I mean by 'suite', I don't want to have to run a server somewhere. – esac Oct 2 at 17:58
VSTS is pretty much the definition of a "Fancy bug tracking suite" – JohnFx Oct 2 at 18:12
A consultant I know rants and raves about VSTS integrated bug tracking. We use Redmine in my department and I love it... Very versatile/configurable. – James Jones Oct 2 at 18:19
If you haven't heard of Redmine before, you should know it's web-based. Their site is actually an instance of itself so you become familiar with the product as you browse their site. Best of all, it's open source. Check it out! – James Jones Oct 2 at 18:26
I think this requires Tools->Connect to Server, and it is this 'server' portion that I don't have. – esac Oct 2 at 19:58

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.