vote up 71 vote down star
67

I'm currently looking at Bugzilla and Trac, as they seem to be the most popular (and I'm hoping that also means if there are any problems, it will be easier to get help), but I'm curious what solutions you use or have used and what your thoughts are.

I'm currently leaning toward Trac, as it's Wiki functionality can be used to support documentation. But that might not be a good enough reason to jump on Trac.

flag
show 1 more comment

116 Answers

vote up 1 vote down

I use Trac for my bugtracking.

link|flag
vote up 0 vote down

Trac is pretty sweet and nice because you can download it and install it on your server. It also supports SVN, which is very nice to have. We've been using trac in combination with pivotal tracker on one of our projects and it works well.

We use Intervals for most of our projects. It's web-based and we built it after trying to duct-tape the features we needed onto opensource tools.

Check it out at: http://www.myintervals.com

link|flag
vote up 1 vote down

We use FlySpray. It's PHP web-based bug tracking tool, nothing more. There is no wiki, no versioning. The interface is horrible. but hey, it's free.

link|flag
vote up 0 vote down

At my previous employer we used IssueTrackerProduct, a Zope-based webapp.. Very elegant in my opinion :)

link|flag
vote up 0 vote down

TFS work item tracking.

link|flag
vote up 1 vote down

We tried Mantis for some time and, in the end, dropped it. Good program, bad usability (IMHO). The problem with many of the trackers I've seen is that they're good for technical people, but not for "real" users, like our copywriter and, more importantly, our clients.

After scouring the web a bit, we wound up writing our own, which we just released as very low-cost solution (just trying to earn the hours back).

Would love some feedback: http://www.archerfishonline.com

There's a free membership as well to check it out.

link|flag
vote up 0 vote down

We've used a number of different incarnations of IBM Rational ClearQuest. Although the user interface of the Window's client is ugly, it's a powerful product with a decent and flexible API. Also, if you don't like the Window's client you can now use a web or an Eclipse based client.

link|flag
vote up 0 vote down

We use VersionOne, which has much more planning and reporting functionality than Trac, with the downside that it can get a little heavy to use. From a management perspective I'd rather use VersionOne. From a developer's perspective, I like the straightforwardness of Trac and the fact that it integrates well with SVN.

link|flag
vote up 0 vote down

We use Bugtracker.NET, I think it is a very good app but we are probably going to switch to Team foundation Server. We will be switching to it for source control so it seems silly not use its work/bug tracking abilities as well.

link|flag
vote up 0 vote down

FogBugz is what we are using. We looked at some of the open source stuff, like trac. Fogbugz was the only commercial solution we investigated. You can found good reasons to choose this solutio in other posts. I especially like the easy ways to integrate Fogbugz. Most of the time just by email messages. (This is how we integrate with Magic support, a system our helpdesk is using) Th REST style API akes it also very easy to integrate it with our environment.

link|flag
vote up 0 vote down

My personal favourite from a lot of use (however, we ourselves use Google Code's tracker and source browser, due to our code being hosted there) is definitely Trac. The code browser, timeline and the custom query facility are killer features, in my opinion. The RSS feed is also quite useful.

link|flag
vote up 1 vote down

I tend to prefer Bugzilla for its user interface and the code being written in Perl and not Python.

Google Code is nice, too, IMO, but that's apples-to-oranges.

link|flag
1  
PHP? You mean Perl, shirley? – Adriano Varoli Piazza Dec 30 '08 at 23:34
vote up 0 vote down

My company required a Microsoft based solution, which would sit inside the firewall. We went with an open source .NET platform, bugtracker.net

BugTracker.net

We have over 10000 items in it now (we have many projects and developers).

link|flag
vote up 0 vote down

Fresh Logic Studios - Bugs: http://www.freshlogicstudios.com/Products/Bugs/

Free, Simple, Hosted

link|flag
vote up 0 vote down

Muhahaha, we use PVCS Tracker v7. Beat that for absolutely useless! If you ever come across a potential employer who uses this, ask them what their plans are for migration. If they have none, or its a long way off, run away!

link|flag
vote up 0 vote down

We use TFS as it has the following nice features:

  • Source control association
  • Reporting
  • Customisable item template
  • We integrate it with our time tracking
link|flag
vote up 2 vote down

We use Eventum - open-source, free and powerful.

It has all we need: ability to easily add custom fields, outbound/inbound e-mails, integration with our Subversion.

link|flag
vote up 1 vote down

We use NewFire. I won't link to it, because it's horrible. In every way. Worst application ever. Pong would make a better bug tracker, because at least then you'd know it was futile.

link|flag
vote up 0 vote down

Internally we have used Bugzilla. We have also toyed with simple Sharepoint subsite and MS Team Foundation Server. More often we are using a client's system. Currently this means I am using TeamTrack.

As a developer thought these worked well enough. As a new QA manager, they all leave much to be desired.

link|flag
vote up 1 vote down

We also use Gemini, handles most things well.

link|flag
vote up 1 vote down

I've used Bugzilla for a long time and then Trac. Bugzilla seems to be like CVS, an aging tool, it's still very used but there better alternatives now, besides having to create a new database for every (sub)project doesn't make anyones life easier.

I'm now using Mantis and loving it! It has a very active development team as well a community, and is reasonably easy to customize if required (like creating your own life-cycle states for bugs and change requests).

link|flag
vote up 2 vote down

For one past gig, flyspray. I liked it, but others weren't happy with it and it fell out of favor. It was a pain for the sysadmin to keep going.

We switched to a wiki. Everyone else liked it but i didn't think it was quite as practical. With wiki it's easy to describe a problem but forget to mention what operating system it appeared on, who is responsible for fixing/handling the issue, or leave something else out. Wiki isn't very good at enforcing structure, validating fields, offering drop-lists of software projects or programmers' names, reporting which tasks are assigned to a particular person, and more. Searches and categories/tags just don't do it.

link|flag
show 2 more comments
vote up 9 vote down

Have in the last few months being using Redmine as mentioned by Scotts above. Redmine is fantastic. It is written in Ruby on Rails and has a few bits of Ajaxy goodness in all the right places.

I have been using it in a two-man show operation and with 15-odd projects. Its got per project wiki and forum. News and some e-mail integration. (Finicky integration, I believe. I haven't used that bit)

It is a lightweight but powerful bug-tracker that also includes some time-tracking. It has some features that allow you to expose elements of projects to your customers so that they can submit a bug, browse the wiki and access forums (on their project only), but deny them access to the parts of the project where you would curse their names!

I got my first taste of it with a complete free installation stack from Bitnami (http://bitnami.org/stack/redmine). This installs Redmine, Rails, Mongrel + Apache webservers, MySql and Subversion. They can be installed as a service on Windows and Linux etc. Basically a one-click install.

link|flag
vote up 1 vote down

TestTrack Pro - cross platform, customizable.

http://www.seapine.com

link|flag
vote up 1 vote down

If there isn't already enough info in the answers here, then here are some more bug tracker comparisions.

That page contains links to similar discussions, including cases where people have compared trackers head-to-head and picked a winner.

I'm the author of BugTracker.NET, mentioned among the answers. If you like FogBugz, but want something free and open source, and maybe more configurable than FogBugz, then give BugTracker.NET a try. It does NOT have a WIKI feature, however.

I'd probably be using FogBugz if I weren't using BugTracker.NET, but it does seem that Trac has a big community.

link|flag
show 1 more comment
vote up 1 vote down

BugTracker.net

It works great, it's free, open source, and it's in .NET

link|flag
show 2 more comments
vote up 5 vote down

Gemini or Mingle

Gemini is currently my favourite. It is simple, fast and well designed.

Mingle is also nice but there were a few design issues that annoyed me, and deployment is an issue.

link|flag
vote up 7 vote down

I did an extensive analysis of bug tracking/project management tools around Dec 2007/Jan 2008. It came down to FogBugz (paid), or Trac (free). For our needs, FogBugz won because of:

  1. Exceptional list view interface and filtering
  2. Simplistic interface of case management
  3. Evidence Based Scheduling (9 months in, and this has become extremely accurate. I had a release scheduled for today, actually; and FB estimated that we'd release tomorrow. Guess what I'm doing tomorrow?)

Where Trac excelled was in the wiki. I'm sorry to say, but FB's wiki leaves a lot to be desired, especially the relationship between cases and wiki articles. I'd love to be able to have a case open for a new feature, have the spec be in the wiki, and easily link from the case to the wiki and vice versa. And then open bugs regarding the feature would be linked to the wiki as well.

Trac also had very good roadmap management. Our CEO was pushing me toward Trac because of the Roadmap feature, but I convinced him to let us use a 30 day trial of FB, and setup a filter named "Roadmap", and that pretty much settled it.

I'd suggest you go with one of these two products, depending on your needs.

link|flag
vote up 0 vote down

We used to use Trac, but it was crap - we then switched to an inhouse system.

Trac is still around for it's SVN timeline, but we're considering swapping that out for warehouse

link|flag
vote up 26 vote down

Based on reading this blog post http://stevenf.com/archive/bug-tracking.php by Steven Frank of Panic fame I decided to try out Redmine as our development bug tracker/project management tool.

Here is a quick quote about the project from their website:

Redmine is a flexible project management web application. Written using Ruby on Rails framework, it is cross-platform and cross-database.

Redmine is open source and released under the terms of the GNU General Public License v2 (GPL).

Feature Overview

  • Multiple projects support
  • Flexible role based access control.
  • Flexible issue tracking system
  • Gantt chart and calendar
  • News, documents & files management
  • Feeds & email notifications.
  • Per project wiki
  • Per project forums
  • Simple time tracking functionality
  • Custom fields for issues, projects and users
  • SCM integration (SVN, CVS, Git, Mercurial, Bazaar and Darcs)
  • Multiple LDAP authentication support
  • User self-registration support
  • Multilanguage support
  • Multiple databases support


I have also used FogBugz and I recommend it using it if you are in a position to pay for a bug tracker. FogBugz works really well and is very simple to you. It is even pretty simple to setup.

link|flag
2  
+1 Redmine is really really nice and evolving quite rapidly. – Keltia Jan 18 '09 at 23:36
2  
We use redmine too. Apart from a few minor annoyances I really like it. – David Holm Jan 26 at 16:26
4  
that's a 404 on the stevenf link – CAD bloke Mar 14 at 1:16
show 2 more comments

Your Answer

Get an OpenID
or

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