Any bug tracking addin for Visual Studio? [closed]
Asked Answered
H

7

8

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.

Hudgens answered 2/10, 2009 at 17:23 Comment(2)
Do you use source control? If so, what kind?Muniments
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.Hudgens
H
7

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.

Housewifely answered 2/10, 2009 at 17:32 Comment(2)
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.Hudgens
their web site is a major turn-offCychosz
D
12

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.

Departure answered 2/10, 2009 at 17:27 Comment(5)
Where are the VS integration plugins? I looked around the plugins section of the site and couldn't find one.Septuplicate
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.Aurore
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.Atonality
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 amadiereSeptuplicate
I didn't even realise there was a student and start-up edition, I have just switched to that until I hire more people. +1 from mePopham
H
7

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.

Housewifely answered 2/10, 2009 at 17:32 Comment(2)
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.Hudgens
their web site is a major turn-offCychosz
L
6

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

Literatim answered 2/10, 2009 at 17:33 Comment(1)
their web site is a major turn-offCychosz
M
2

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.

Muniments answered 2/10, 2009 at 17:25 Comment(5)
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.Hudgens
VSTS is pretty much the definition of a "Fancy bug tracking suite"Aurore
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.Muniments
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!Muniments
I think this requires Tools->Connect to Server, and it is this 'server' portion that I don't have.Hudgens
B
1

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

Birdt answered 2/10, 2009 at 17:25 Comment(0)
Z
-1

Jira also has a free visual studio connector and is free for non commercial projects.

Zeigler answered 12/6, 2015 at 7:36 Comment(0)
A
-1

You might like this project: https://github.com/kig/gitbug

It stores the bugs in the repo using a git extension. No VS integration though...

Another one: http://www.eqqon.com/index.php/TicGit.net

Apia answered 7/11, 2016 at 9:14 Comment(1)
Please don't post answers on obviously off-topic questions! See: Should one advise on off topic questions? Off-topic questions can be closed and deleted, which could nullify your contribution. This question is off-topic for being an off-site resource request as per the help center.Meghanmeghann

© 2022 - 2024 — McMap. All rights reserved.