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

prev 1 2 3 4
vote up 2 vote down

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

link|flag
show 1 more comment
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 1 vote down

We use Bugzilla for our team of 10 devs. It works well for us and we've been through several major upgrades, all without any problems (we currently version 3.x). We haven't done any integration with our source system (Subversion). It has worked well for us.

link|flag
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 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 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 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 1 vote down

We use StarTeam, which we also use for our source control. I wish we could switch, but management decided they liked some of the time-tracking features of StarTeam, so that's what we went with.

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

I work with @RedWolves and second his recommendation of TRAC. It has great integration with SVN. My favorite feature is all the RSS feeds it provides. I can subscribe directly to the Timeline view and easily keep track of all changesets, new bugs, and wiki edits.

With my work with clients I've also used Bugzilla, TeamTrack, and Task Tracker. All three do a decent job, but I still prefer TRAC due to its built-in source control integration.

link|flag
vote up 1 vote down

Trac, also integrates nicely with SVN and Git.

I also use the Eclipse Mylyn extension which really works great with Trac to bring managing tasks right into the IDE.

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

We use DevTrack, by TechExcel. They have a good 'small business' pricing model and have all of the customizability of the largest systems out there. It does have waaay more features than we use, but does allow us the customizability that we wanted at a price our startup (12 full timers) could afford.

I've also used Jira. Jira was a pleasure to use. It's not as customizable and, given our small size, was too expensive to use where I am now.

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

As a bug reporter (and not as a developer), I have found Trac really annoying to use. Is it possible for you to use SourceForge or Launchpad?

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

At my previous company we used OnTime - I was a bit surprised that it lacked what I considered basic functionality. We looked at fogbugz but never when further than that. Currently use Mercury and really don't like it because the browser interface crashes my browser each time I use it. We have TFS but don't use it for bug tracking - don't know why.

link|flag
vote up 1 vote down

Squish

Intuitive. Free trials available.

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

At my current place of business we are using FogBugz.

link|flag
vote up 1 vote down

We have a set of users that requires ease of use in order to gain their participation. I know, it's a situation that is less than ideal; however, management lets it occur. To that end we transitioned to using BugNET

The feature set is basic, but it has everything we need. The integration with Active Directory and its ease of use at least meets the requirements by the problem group.

link|flag
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 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 0 vote down

Team Foundation Server

link|flag
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
prev 1 2 3 4

Your Answer

Get an OpenID
or

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