tags:

views:

3526

answers:

12

Does anyone know of a decent FREE online bug tracker for web development purposes?

+3  A: 

Bugzilla works great. It's completely free, open source, it's very configurable, and is very well-tested, being used in several large commercial products as their bugtracker with good results.

Note: I mentioned Bugzilla instead of a hosted solution because you asked for a tracking project for a web project; inherently, if your users are accessing a web site for testing, they can access Bugzilla; if you can deploy a web site for testing, you can deploy Bugzilla. Deploying your own custom Bugizlla solution is surprisingly quick and simple, and you can manage security better since you have total control.

McWafflestix
I hate Bugzilla's user interface.
Ionuț G. Stan
@Ionut: that's the nice thing about open source; you can customize the UI to your heart's content to look like something nicer if you want.
McWafflestix
I don't agree with the comment above. True it is customizable but it boils down to how your time is spent best. Are you actually going to spend your developers' time customizing a tool or focus on whatever your core business is? There is a hidden cost here that's always being overlooked.
Khash
+2  A: 

Mantis is my favorite.

jonstjohn
+2  A: 

trac

Take a look at the TracTickets

KP
We use Trac in our shop and I strongly recommend it.
Pascal Paradis
I used track on an old project and loved it. Now I don't use it at all and really miss it...
Phil Booth
A: 

here is open source free bug tracker bugzilla

ArsenMkrt
+4  A: 

if you're planning to install one on your server, I'd recommend redmine

http://www.redmine.org/

if you want some online service, give assembla a try

http://www.assembla.com/

(i'm not sure if it's still free...)

opensas
+1 redmine is very nice.
Ionuț G. Stan
+1  A: 

Fogbugz is free if you are a student or small startup with only one or two developers.

devSpeed
A: 

BugTracker.NET is decent. It's free, open-source, and web-based.

One thing we've found is that the *.aspx page are single pages... meaning no separate code behind! This isn't terrible, it just means the readability/customizability is a little lower than others.

http://ifdefined.com/bugtrackernet.html

SkippyFire
A: 

Bugzilla is fine and also i used fogbugz but its free for time limit

Amr ElGarhy
+2  A: 

Tried trac and Bugzilla and found not-so-userfriendly, over designed and complicated.

Go for Redmine. Cant say enough good stuff about this software. Might be best for smaller projects, but still works on a large scale.

Daniel T. Magnusson
+1  A: 

I have recently been trying out BugNET

http://www.bugnetproject.com/

SchwartzE
A: 

I have been using 16bugs for small projects. The free version is pretty bare in terms of functionality, but it does do the job in most cases.

pixeline
A: 

BugUp is a Great tool, free for startups and 2 users for free. They have hosted solutions as well. Their site http://www.bugup.com we used it for free in the begining when we were small team:-)

guy