vote up 35 vote down star
34

This is a placeholder for overviews of bug/task tracking systems.

What i want to do here is:

  1. List all tools used in the industry (please provide a link to the tool discussed)
  2. Gather opinions on each tool (please back up your opinion with facts i.e provide advantages and disadvantages)

Please put each tool in separate answer and please make it community owned wiki to give an option to add/edit to as many people as possible.


Related posts:

What is your tool for version control (FAQ)
Free/Cheap Task/Bug Management software
What bug tracking software do you use?

flag
show 1 more comment

82 Answers

1 2 3 next
vote up 45 vote down

Trac (http://trac.edgewall.org/)

It's sleek, fast, free and has subversion integration.

link|flag
7  
Total pain in the ass to set up though :) – Aeon Sep 19 '08 at 17:05
1  
Terrible to set up, but awesome once it's running. – UltimateBrent Sep 19 '08 at 21:03
show 6 more comments
vote up 37 vote down

FogBugz

I'm not just sucking up to Joel, it realy does rock.

link|flag
1  
I'm with you there Ron. I found out it was free for one or two users yesterday, and have put all my house projects on it. – Jonathan Sep 19 '08 at 13:30
2  
They offer a free full-featured edition to startups, hosted on their site: fogcreek.com/FogBugz/StudentAndStartup.html/… – polara Oct 30 '08 at 16:41
show 6 more comments
vote up 29 vote down

We use JIRA, which also has a great Eclipse plugin

link|flag
3  
Mylyn works with other bug tracking systems too (Bugzilla, Trac, FogBugz, and more). See wiki.eclipse.org/Mylyn/Extensions – Peter Štibraný Jan 11 at 16:42
show 2 more comments
vote up 26 vote down

Check out Redmine. It has the look and feel of Trac plus

  • 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
link|flag
show 3 more comments
vote up 21 vote down

I've used the open source Mantis Bug Tracker for a medium-sized project, and although it didn't had many source-control integration features, the hability to handle custom fields, the workflow and reporting features worked awesome with my team.

And it's very clean code IMHO. Shouldn't be very difficult to extend and add/modify features.

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

Bugzilla

Features:

  • Advanced Search
  • File and Process bugs by email as well as web
  • Time Tracking
  • Multiple formats for notifications (RSS, ICal)
  • Private Attachments and comments

Plus:

  • Powerful
  • flexible
  • configurable
  • fairly easy to install and update
  • open source / free (libre) software
  • stable, robust, long lived
  • written in perl, so if you have local perl experience it's really easy to manage and update

Minus:

  • performance can be slow if you don't run mod_perl
  • Advanced search UI can make non-techies poop in their pants from fear
  • generates a metric crapload of email by default
  • About as pretty as a dumptruck
  • written in perl, so if you have no local perl experience, you'll have a hard time extending it (and doing funky stuff like getting mod_perl running, etc)

Links:

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

We use OnTime which is a great tool and has both web and Windows clients, Visual Studio integration, accompanying web services, a customer facing portal, workflow support (which is essential to a good defect tool) and a lot of other fun stuff. It's commercial, so probably not up your alley if you're looking for something open source.

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

BugTracker.NET

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

We use Trac. The browse source is excellent and having a Wiki built in is pretty useful. It's lightweight and easily customizable. On the down side, it's jack of all trades master of none.

Also, it may well be worth a look at Fixx. I've done some work with the developers who created this, and they really know their stuff and create nice looking products. It's developing rapidly and seems to be very popular with their customers.

link|flag
3  
Trac is already the first answer. I'd suggest editing your thoughts on it into that, and focusing this on Fixx. – Novelocrat Jul 4 at 4:40
vote up 7 vote down

Rational ClearQuest

I hate it.

link|flag
show 7 more comments
vote up 6 vote down

Here's another vote for Mantis.

@Camilo DR, source-control integration is available. I've got my mantis setup so that every time I do a SVN commit, the patch file is attached to the relevant issue along with the SVN comments being added as a note. I find this provides excellent history and lets you easily tie how an issue is resolved from the business side, to how it's resolved in the actual implementation. Here's the Tutorial that I used to get this up and running. (It's definitely worth the effort.)

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

We used to work with Bugzilla, but thought we'd give Fogbugz a try ... the difference is night and day. We're way more productive with all the features built right into FogBugz (scheduling, release prediction, rss feeds), and soon we'll even be opening up a community forum and wiki to share important information with our user community.

link|flag
vote up 5 vote down

We use Team Foundation Server on the current project. I think the setup of it is much too manual and it has its quirks, but it works at least for this project. Hopefully someone gives a detailed description of Mercury's TestDirector, it was the easiest to use for me but it's been a while.

Here's the Official Site

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

I love Assembla. We use it at work and I use it on a few side projects of my own. Integrated SVN, Tickets, Tasks, Milestones (Or you can just use Trac, which is also integrated).

The fewer things I have to host and maintain myself, the better. I like Trac a lot, but the installation and maintenance are a PITA.

link|flag
vote up 5 vote down

Mantis again, with some custom modifications to cope internal requirements.

It's code is so "hackable" that I don't regret about work with it.

It will be better with the upcoming Plugins.

link|flag
vote up 4 vote down

TestTrackPro .

link|flag
1  
I contracted at a studio that used TTP. I quickly learned to either 1) keep bugs to myself or 2) complain about it to someone else until they filed the bug for me. TTP = makes you want to stab your eyes out. – 280Z28 Oct 21 at 16:25
show 2 more comments
vote up 4 vote down

http://www.countersoft.com/

Gemini project tracking. It's free for 5 users, pretty decent.

link|flag
vote up 4 vote down

My company uses JIRA and Quality Center along with a plugin to link both from Go2Group called JaM. The reason for both is partly the cost of Quality Center, but also because QC doesn't have the right workflows we need for the developers.

JIRA integrates with Subversion and other versioning systems so you can look at a bug and easily see the commits that fixed the bug, etc. It's really great being able to extend the software as well.

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

TeamTrack

link|flag
vote up 3 vote down

My current client uses Google Docs which is surprisingly good to allow non-technical people to collaborate on the bugs list as soon as you set up some basic ground rules (like marking comments with your initals and the date).

We use EPAM PMC suite which is all-powerful RUP-oriented tool and occasionally Bugzilla and Trac on more agile projects.

link|flag
vote up 3 vote down

I use SourceForge Enterprise Edition that is free under 10 dev. It's a VMWare with SVN, bug tracker, wiki and task manager. Very simple to use.

link|flag
vote up 3 vote down

One client I work for uses Basecamp for all client, project, time, and task tracking.

link|flag
vote up 3 vote down

My company uses Request Tracker for support tickets. That is, client-reported bug tracking. It has some nice email integration features, and is highly configurable. Also open source, which was a requirement. (Of coruse, we also happen to use Bugzilla for internal bug tracking, so some RT tickets get double-logged, but that's not a terrible thing.)

link|flag
vote up 3 vote down

We're using Telelogic Synergy, and I wouldn't recommend it because it is not fast enough and not user friendly:

For instance, you can save a report, which is made of a query and a format. Then you have to erase and re-create your report you want to change either the query or the format.

For the speed, it could be due to the server we use (I have no detail), but the HTML page to display one CR weights more that 680 Kb, which make it long to display when you're away from the server.

EDIT: Also it does not differentiate between Defect and Change Request. A Defect reports an incident in the software while a Change Request is a request to fix the problem in a given version. Several Change Requests can be tied to the same Defect.

link|flag
vote up 3 vote down

We use MKS Integrity Manager (+ Source Integrity as our scm) and I hate it. It's main features are complicated usage, slowness and a big love affair with "confirm" dialogs. If someone in your company wants to deploy that, run away quickly...

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

We used Team Foundation Server at work. I like it. At home I use Subversion with ankhsvn for VS.

link|flag
vote up 2 vote down

Used to use RMTrack, now I use FogBugz. in my opinion RMTrack was superior because it supports customizing work flows, so you can get cases to escalate the way you want them to. We use loads of hacks with FogBugz to make it do what we want. We've esentially got a person who looks at it all day, making sure cases are with the right person to deal with them... we didn't need that with RMTrack.

link|flag
vote up 2 vote down

I have a yellow legal pad that has all mine on it. The benefit of a team of one is no communication paths!

link|flag
vote up 2 vote down

At my day job (essentially a 100% Microsoft shop) we use Windows SharePoint Services. Not Microsoft Office SharePoint Server, which costs, but the free-with-Windows-Server version.

link|flag
vote up 1 vote down

We currently use JIRA and Confluence. A nice mix with moderately good integration in our setup.

As a not very much a coder I've found JIRA relatively easy to administer, and the developers like it's 'zilla ness.

link|flag
1 2 3 next

Your Answer

Get an OpenID
or

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