Does anyone know of a decent FREE online bug tracker for web development purposes?
|
closed as not constructive by Igby Largeman, Kirk Woll, Kev♦ May 22 '12 at 23:40
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
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. |
|||||||||||||||||||||
|
|
Fogbugz is free if you are a student or small startup with only one or two developers. |
|||
|
|
|
If you're planning to install one on your server, I'd recommend Redmine. |
|||||
|
|
Mantis is my favorite. |
|||
|
|
|
Take a look at the TracTickets |
|||||
|
|
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. |
|||||||
|
|
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. |
|||
|
|
|
Build a fast one with Google sites and google docs. http://developerrick.blogspot.com/2011/03/free-online-bug-tracking-via-google.html |
|||||||||||||
|
|
A couple of months ago I discovered github tickets systems... and it's a joy to use It's rather minimalistic, but it gets the job done admirably If you are using github to host your code, you should give it try, I wish they published it as a separate project |
|||
|
|
|
I have recently been trying out BugNET |
|||
|
|
|
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. |
|||
|
|