Does anyone know of a decent FREE online bug tracker for web development purposes?
views:
3526answers:
12Bugzilla 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.
if you're planning to install one on your server, I'd recommend redmine
if you want some online service, give assembla a try
(i'm not sure if it's still free...)
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.
Bugzilla is fine and also i used fogbugz but its free for time limit
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.
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:-)