vote up 6 vote down star
2

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

flag

Should have added I need a hosted solution rather than and installed solution. – toomanyairmiles Jun 8 at 19:18

11 Answers

vote up 3 vote down check

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.

link|flag
1  
I hate Bugzilla's user interface. – Ionut G. Stan Jun 8 at 19:15
@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 Jun 8 at 19:28
vote up 3 vote down

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

link|flag
+1 redmine is very nice. – Ionut G. Stan Jun 8 at 19:14
vote up 2 vote down

trac

Take a look at the TracTickets

link|flag
We use Trac in our shop and I strongly recommend it. – Pascal Paradis Jun 8 at 19:17
I used track on an old project and loved it. Now I don't use it at all and really miss it... – Phil Booth Jun 8 at 20:15
vote up 1 vote down

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.

link|flag
vote up 0 vote down

Mantis is my favorite.

link|flag
vote up 0 vote down

here is open source free bug tracker bugzilla

link|flag
vote up 0 vote down

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

link|flag
vote up 0 vote down

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

link|flag
vote up 0 vote down

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

link|flag
vote up 0 vote down

I have recently been trying out BugNET

http://www.bugnetproject.com/

link|flag
vote up 0 vote down

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.

link|flag

Your Answer

Get an OpenID
or

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