vote up 70 vote down star
65

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

115 Answers

1 2 3 4 next
vote up 66 vote down

I use FogBugz. Check the site out for all the features, but the most notable ones, besides the bug/feature tracking feature, are:

  1. Source Control Integration
  2. Hosted and Non Hosted Solutions
  3. Evidence Based Scheduling
  4. Wiki
  5. Email support for your customers
  6. Tie your applications into it using the API

Picking really boils down to features, then money, and etc. Some people prefer it the other way around. I don't mind paying for something as long as it isn't too expensive and how bad I can live without certain features.

link|flag
35  
There should be a disclaimer here that this site is co-owned by the owner of fogbugz ... – Sam Saffron Jun 2 at 8:33
13  
why? . – Svish Jun 9 at 6:23
4  
Joel didn't post this so why? – Malfist Jun 12 at 14:45
20  
@Svish, @Malfist: I think it's worth saying because a lot of folks might come here from Joel's & Jeff's blogs, which might have a higher concentration of FogBugz users than there might otherwise be, coloring the results. But that being said, FogBugz is quite nice. – Dave Markle Jul 11 at 2:27
5  
Perhaps its just me but it seems expensive for a small team (3 dev, 2 QA) thats five logins that would be $125 a month. Hard to sell to the partners at that price. – CmdrTallen Sep 23 at 13:56
show 4 more comments
vote up 62 vote down

Our company uses Atlassian JIRA, and it has nice features like integration with CruiseControl, task calendars, etc aside from its excellent bug tracking system.

link|flag
3  
JIRA also integrates with Confluence, which IMO is a much nicer wiki system than Trac. I view JIRA+Confluence+FishEye as the "big brother" of Trac (though both are very good). – Tom Dec 31 '08 at 23:18
show 2 more comments
vote up 43 vote down

In defence of Trac...

Check out the huge plugin community at edgewall and trac-hacks.org. It seems that a lot of development happens at trac-hacks and some of it is folded into the mainline, but most isn't.

  • tickets
    • "flat list of components.." Maybe, but can use tags and custom fields quite freely.
    • you can write SQL in order to do interesting queries for tickets. (Yes, someone might need to think a bit here.)
    • nowadays, at least, you can just add whatever fields you like. I think trac is a bit promiscuous with its DB, but it seems to work.
  • wiki
    • "no templates, categories." This is on the way. (0.11?)
    • "hard to refactor". Renaming, TOC, include, [...] are available as plugins.
    • "no way to easily review changes (no link to the page diff from the timeline)". Hadn't thought of that, but apparently someone else has to. It seems to have it now...
  • common
    • "no ACL". No ACL on the wiki beyond WIKI_ADMIN and friends. Also on its way.

I had positive experience with using bugzilla, although it has quite scary interface.

I had a very negative experience with bugzilla, primarily because of the unusable interface..


That said, I think the size, skill-level and discipline of your group are very important factors..

Trac is great for smaller groups of higher skills, that can appreciate stuff like linking file+version+line in tickets, tickets in checkins, &c, &c.

It's probably horribly bad for groups where the lack of ACL on wiki pages is a problem.

link|flag
2  
I totally agree about Bugzilla's interface. Bugzilla might be a very powerful tool but its user interface is a failure. – Pascal Thivent Mar 12 at 0:58
show 4 more comments
vote up 34 vote down

We use Mantis. (Free, open source) OK I guess, but nothing special...

link|flag
4  
It's not as bad as Bugzilla, but it's still seriously clunky to use (let alone customise). – Rob Howard Aug 30 at 5:40
show 1 more comment
vote up 25 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 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
vote up 24 vote down

We use Trac but I wouldn't say its wiki is a deciding factor. In fact we use MediaWiki instead of Trac's wiki due to it not being easy to use in my opinion.

Aside from the wiki I don't know how we did development without it. Browsing the source and the timeline are huge features that make development easier. Also the ease of looking at previous versions and seeing exactly what was changed and by whom is great.

I don't think you can go wrong with picking Trac.

link|flag
vote up 14 vote down

We use Team Foundation Server at work, but at home I use Bugzilla.

link|flag
1  
If anyone is interested in using TFS for personal / home projects, just create a project on codeplex, its pretty easy and they have online TFS servers you can access from anywhere. – TJB Mar 11 at 23:38
vote up 14 vote down

We use Bugzilla. I've installed and upgraded it many times, so I guess I'm over the administration learning curve. We find it quite adequate for the needs of our small-ish team (10-15 devs). I haven't attempted any integration with our source control system (svn), so I can't comment on that.

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

JIRA

  1. From the non free options, they have the best business model (best for me) since you pay one simple price for a site license, and then can have all the billions of users that you want. No fear adding new users and paying higher fees. Update: No longer true.. sadly
  2. Tons of plug-ins written by a community.
  3. Flexible, I managed to use it as our QA tool as well (maintaining QA test cases), which is great since it is easy to link QA cases to Bugs that are opened as a function of that QA case, and even link a new feature to a QA case using a link (I created) called "Tested by".
  4. A lot of security flexibility, letting you open it up to customers and having them see only what you want them to see (all bugs? their bugs...)
  5. If you use Confluence (the wiki engine by the same company) they link to each other (user wise) plus you can embed JIRA info/reports in the wiki pages (live data!).
link|flag
1  
It's worth noting that the licensing for JIRA has changed since this answer was written. It now uses a model based on the number of permitted users. The good news is that the 10-user version only costs $10. – Dan Dyer Dec 8 at 13:07
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 9 vote down

I use BugTracker.NET. It is very nice and simple.

link|flag
1  
I use this one as well and have found it to be simple enough that support can use it to enter useful bugs. – Erin Oct 30 '08 at 0:05
1  
I'm not in love with BugTracker. It is easy enough to use, but the reporting is basically export to excel. Some trendlines or analysis would be nice. – jwmiller5 Dec 2 '08 at 19:05
5  
I'm not in love with it either, even though (because?) I wrote it. But regarding reporting, it's designed so that you add your own reports, just by plugging in some SQL. If you are handy with SQL. – Corey Trager Mar 6 at 2:43
vote up 8 vote down

We use FogBugz which is licensed per user. They offer the option of having it hosted by FogCreek or installed on your own server. We have it installed locally on an IIS server connected to SQL Server database secured and managed in a corporate data center at a remote site. Overall, the system works great, and while the user licensing and support costs have increased for new users in recent years, it is still a great value.

We Started off on version 5.x and really liked the system, found it to be very robust and simple to use. A major philosophy of the system is to make it simple to capture/enter bugs and to keep bugs owned by a specific person who is expected to act on it next.

We recently upgraded to the 6.x system that has a whole new interface graphic design. Still getting used to the changes of the layout of things, but certainly like some of the new reporting and search/lookup features that seemed to be missing in the previous versions. I would say the new version is overall improved over 5.x, but I am not so sure the layout is quite as visually clean as the previous version - visually it seems to be a bit harder to find fields. Not sure this is because of familiarity with previous version or if the older was really better in this regard. Would be curious what other users think....

In any case, definately recommend the system as easy to buy, easy to install, easy to use, a good value, easy to upgrade, and very well supported by FogCreek.

link|flag
vote up 7 vote down

Footprints by Numera - not a big fan.

At a previous employer, FogBugz. I absolutely loved it.

link|flag
2  
We started using Footprints at the university I attend (and work for) and I cannot say I am a fan either. – Paul Osborne Sep 21 '08 at 23:56
show 1 more comment
vote up 7 vote down

At my current place of business we are using FogBugz.

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 6 vote down

Here's another FogBugz user. I bought it for myself for my side-programming work and eventually brought it into my full-time job.

One of my favorite FogBugz features is the BugzScout which lets you programmatically submit bugs from your code.

All of my PHP pages use

set_exception_handler

so that exceptions get routed to a nice little form (which I stole from FogBugz itself) that shows an error message and submits the exception details to FogBugz.

link|flag
vote up 5 vote down

Mantis, even if it is used sparingly :(

link|flag
vote up 5 vote down

Not using it actively but I found flyspray to be quite useful.

link|flag
show 3 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 4 vote down

We use OnTime, it's not great but I haven't used a ton of others so I can't really say.

link|flag
vote up 4 vote down

Fogbugz. Great Simple and with features you really need.

link|flag
vote up 3 vote down

We used trac for a while, but it has rather simple functionality and we're looking to replace it. I think it's only usable when you have a small group of developers and a single project.

It was two years ago and here's a few things that were not good about it:

  • tickets
    • flat list of components (no grouping possible, like "Products" in bugzilla)
    • you had to write SQL in order to do interesting queries for tickets
    • not enough fields, not easily customizable for our project management needs
  • wiki
    • no templates, categories
    • hard to refactor (no page moves, no "what links here" functionality)
    • no way to easily review changes (no link to the page diff from the timeline)
  • common
    • no ACL

I had positive experience with using bugzilla, although it has quite scary interface.

link|flag
vote up 3 vote down

I've always found Mantis kind of claustrophobic with its layout and billion different fields.

If you are looking for something very simple and easy-to-use, Lighthouse might be the way to go. It doesn't have all the bells and whistles of the other apps, but I enjoy its simplicity.

link|flag
vote up 3 vote down

Noone mentioned Fixx by hedgehoglabs. The interface is well balanced between intuitive and well featured. The product is maturing rapidly and has a decent REST API for any batching you might want to do. Plus its very well priced.

I've used mantzilla firefly fogbugz trac and bugzilla in the past but none really suited my needs.

link|flag
vote up 3 vote down

Highly recommended! Try the new issue tracker from JetBrains - YouTrack (http://www.jetbrains.com/youtrack/index.html)!

It is installed in just seconds, can be used via keyboard, and provides human-like query language for the fastest search.

A real revolution in bug tracking! :-)

link|flag
vote up 2 vote down

Bugzilla may have improved, but the last time I looked at it (3 or more years ago) it was really difficult to install. Also, I've never liked the Bugzilla search interface (but that may have more to do with sifting through Mozilla's mountains of bug data).

link|flag
vote up 2 vote down

At our place we use Quality Center. Well actually our test team uses it but it has the facility to manage test cases, test scripts, assign defects etc and seems to be very comprehensive.

Of course as developers we shadow any Defects with TFS work items!

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

If you're on a Windows/IIS server and looking for a free solution, BugTracker.NET is very simple, quick, and easy to use. It integrates with Subversion (though not as tightly as Trac does) and is very customizable.

Trac is great for small teams and/or projects. It just isn't meant for handling multiple projects or clients.

We tried FogBugz but the somewhat slow interface and "Windows-y" feel was a turn-off for some people. (I tried my best to make it stick, but we ended up using Fog Creek's money back guarantee.)

link|flag
vote up 2 vote down

I'm ashamed to admit it but powerless to change it (well not entirely powerless, I could find a different job): My current employer uses an 8 year old version of TestTrack from Seapine Software. Its horrible and next to useless compared to any modern tool. Supposedly we are upgrading to Team Foundation Server "next month" but they have been saying that for almost 2 years now.

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

Take a look at BugNet (http://www.bugnetproject.com)

link|flag
show 1 more comment
1 2 3 4 next

Your Answer

Get an OpenID
or

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