share
Stack OverflowWhat is your bug/task tracking tool?
[+76] [85] Ilya
[2008-09-19 13:25:28]
[ polls bug-tracking software-tools faq task-tracking ]
[ http://stackoverflow.com/questions/101774] [DELETED]

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) [1]
Free/Cheap Task/Bug Management software [2]
What bug tracking software do you use? [3]

(1) Should this Q be closed since it duplicates quite a few Qs. - GateKiller
@GateKiller: I think, you're late with your comment for 2 years. All 4 questions was asked during about 40 days, this one is the last, so, formally, 2 years ago it had to be closed.. - Roman
(1) migrate to programmers.stackexchange.com? - Kate Gregory
[+63] [2008-09-19 13:30:34] Chris M.

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

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

In another answer, reefnet_alex said about it: 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.


I use this on all my personal/sideline projects (which are mostly LAMP stack) - cori
(16) Total pain in the ass to set up though :) - Aeon
(2) Terrible to set up, but awesome once it's running. - UltimateBrent
(3) I also like that Trac supports Mercurial - Brian C. Lane
Not a huge fan of Trac...something about it bothers me! - Christopher Lang
(1) I'm the same, Christopher. Whenever I get to the main page of a Trac installation, it just seems unfriendly somehow, and difficult to find useful information. - Evan
(1) Main problems I encountered when deploying Trac was Apache-related ones. - Glorphindale
A pain in the *** to set up, and not very user-friendly. - Saajid Ismail
(2) For those of you having trouble setting Trac (or that just want to give it a quick try) we have created native installers and VMWare images that can be downloaded from bitnami.org/stack/trac They are completely free. While at it, I would also checkout Redmine - Daniel Lopez
The bitnami stacks are great! Thanks for those! - Chris M.
1
[+53] [2008-09-19 13:27:05] Ron Tuffin

FogBugz [1]

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

[1] http://www.fogbugz.com

(2) 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
(1) How do I get this freeness? I'm looking around and not seeing anything like that.. - Alex Fort
I also had the impression that you could get FB for free for single users or something, it appears that this is only valid for the online trial period. - Ron Tuffin
At our company we found it lacking in user fields, it seems to be too specific for bugs and lacking in terms of reports as well, you have to create 'custom searches' for any sort of reports you need. - Sameer Alibhai
(7) They offer a free full-featured edition to startups, hosted on their site: fogcreek.com/FogBugz/StudentAndStartup.html - polara
If you're looking for FogBugz/Eclipse integration, check out Foglyn at foglyn.com - Peter Štibraný
(7) The UI is painful. - Donny V.
(1) Using version 7 here and it work like a charm. We have a team of 7 members, including testers and managers. The only problem I find is the lack of a good weekly "job complete" report, although someone could now code a plugin to do that. - Pierre-Alain Vigeant
(1) I use it along with Kiln (Mercurial) for source control. - Paperjam
2
[+53] [2008-10-06 08:16:33] dimitrisp

Check out Redmine [1]. 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
[1] http://www.redmine.org/

(3) For a fast and easy test setup (under windows), i used instant rails (rubyforge.org/projects/instantrails). If, like me, you're not used to work with ruby, it takes away the pain ;-) - Peter
I second the redmine it is really nice - Jean
Trac also supports multiple projects, acl, pp wiki, svm integration... etc. - erenon
How does track support multiple projects? - Kugel
(2) Also, BitNami offers a full Redmine stack that can be found at bitnami.org/stack/redmine . This will install all needed dependencies. - Mike
3
[+50] [2008-09-19 13:58:53] Kristian

We use JIRA [1], which also has a great Eclipse plugin [2]

[1] http://www.atlassian.com/software/jira/
[2] http://www.eclipse.org/mylyn/

We too. Is so so cool! - FerranB
(6) Mylyn works with other bug tracking systems too (Bugzilla, Trac, FogBugz, and more). See wiki.eclipse.org/Mylyn/Extensions - Peter Štibraný
It is also highly configurable in terms of workflow. - Novelocrat
@Novelocrat: The configurable workflow thing is painful for people having to work with other companies' setup, though, as you usually have no clue whatsoever what the workflow steps are. - Joey
4
[+30] [2008-09-19 14:10:09] Camilo Díaz

I've used the open source Mantis Bug Tracker [1] for a medium-sized project, and although it didn't have 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.


It is easily integrated with Eclipse with the Mylyn-Mantis connector [2]

Mylyn-Mantis connector query editor Mylyn-Mantis connector task editor

[1] http://www.mantisbt.org/
[2] https://sourceforge.net/projects/mylyn-mantis/

(1) Ditto on Mantis for me, too. I also found it to be a good match to the type of bug-tracking system described in "Testing Computer Software (Kaner, Falk, Nguyen)". I use Subversion+TortoiseSVN which can be linked to the bugs in Mantis. - Keithius
(1) We are using Mantis here in Ethiopia for various tasks. Mostly helpdesk issues, not so much software bug tracking focused. It turned to be a multi purpose tool. - Alex
I love it. Easy to setup, simple and fast. Doesn't take long to train people on either. - Darryl Hein
5
[+21] [2008-09-19 13:27:51] Tim Howland

Bugzilla [1]

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:

[1] http://www.bugzilla.org
[2] http://www.bugzilla.org/features/
[3] http://www.bugzilla.org/download/#stable
[4] https://wiki.mozilla.org/Bugzilla:FAQ
[5] http://www.bugzilla.org/docs/3.0/html/installing-bugzilla.html
[6] http://www.bugzilla.org/docs/3.0/html/
[7] http://www.bugzilla.org/releases/

And it integrates nicely with Mylyn, the task focused interface in Eclipse. - Ola Eldøy
Integrates with subversion as well - icc97
6
[+15] [2008-09-19 13:34:38] hakan

BugTracker.NET : [1] GPL

[1] http://ifdefined.com/bugtrackernet.html

A great software with plain interface and nice features. Also it's often updated and customizable for nearly every demand and layout. - Anheledir
(1) +1 for BugTracker.NET. We use it at work and I'm pleased with it. It's also one of the few (or perhaps the only) free bugtracker on this list written in ASP.NET so it plays nice with IIS and works without needing to install a bunch of other stuff on your default Windows server install. - David Archer
7
[+15] [2008-09-19 14:03:18] community_owned

We use OnTime [1] 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.

[1] http://www.axosoft.com

The workflow in OnTime is great and allows you to run external processes at each step. Email notification at all points is great. SQL Database to reporting is easy too - with inbuilt report writing or MSReporting Services. Completely customisable fields (definition and layout of). - Stuart Helwig
I find its whizzy web interface to be as flaky as it is heavy, which is a pity because more than half our staff use Macs. That said, the workflow and time tracking are both very welcome. - scronide
We use OnTime and find it really slow - Chris F
8
[+13] [2008-09-19 14:45:21] brien

Rational ClearQuest [1]

I hate it.

[1] http://www-01.ibm.com/software/awdtools/clearquest/

Agreed, CQ sucks. - John Meagher
I use it too on my project....terrible - Holograham
(3) I hate it too and management JUST bought licenses, ignoring my repeated campaigns against it. - Nate
So are people voting it up, or voting up that they hate it? - David Dean
(6) Wasn't sure if I should upvote this answer because of the "hate it" or downvote because of ClearQuest... decided to upvote your opinion. - Peter
This tool is an impediment to development, voting up for the hate! - Oliver
(1) CQ is a true turd. - Chad
(3) I think this might actually require a new kind of SO vote: TSICBTOIG! (the software is crap but the opinion is great!) - Peter Rowell
9
[+10] [2008-09-19 13:35:18] reefnet_alex

It may well be worth a look at Fixx [1]. 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.

[1] http://hedgehoglab.com/products/fixx

(7) Trac is already the first answer. I'd suggest editing your thoughts on it into that, and focusing this on Fixx. - Novelocrat
Have so edited. - Novelocrat
10
[+9] [2008-09-19 13:27:39] Nick Craver

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 [1]

[1] http://msdn.microsoft.com/en-us/vstudio/ff637362

I use Mercury TestDirector at work and it sucks. Good thing HP dropped support for it, so no one else who is shopping for a current bug tracking tool will buy it. It doesn't even let you link to other related bugs... - MetroidFan2002
We use TFS and Kayako, and are now finally moving away from it. Clunky, slow, unusable for internal bugtracking (seriously, who would report a bug when it takes 3 minutes to note it down?) - analytik
While I agree it isn't the best for bug tracking, it does have an API readily available...we just deployed a web app built off that API. It was a very simple 4 hour project to make reporting and viewing bugs/enhancements quick. We went from scratch but there are examples of this on codeproject. - Nick Craver
11
[+9] [2008-09-19 14:14:30] Peter Bernier

Here's another vote for Mantis [1].

@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 [2] that I used to get this up and running. (It's definitely worth the effort.)

[1] http://www.mantisbt.org
[2] http://alt-tag.com/blog/archives/2006/11/integrating-mantis-and-subversion/

@Peter Bernier: Interesting link, I'll give that a try whenever I can! - Camilo Díaz
12
[+6] [2008-09-19 15:03:09] James Thigpen

I love Assembla [1]. 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.

[1] http://www.assembla.com/

13
[+6] [2008-09-19 13:28:52] yrp

TestTrackPro [1] .

[1] http://www.seapine.com/ttpro.html

(1) Same here, although I'm not sure I'd recommend it especially. It's decent, but not stellar, and the UI has some annoying quirks. - Kena
We use TestTrack. Seapine has been very responsive to feature requests. I don't find the interface annoying, at least no more than most other products. - Leigh Riffel
(2) 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
14
[+6] [2008-09-19 18:28:59] Dario

Mantis [1] 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 [2].

[1] http://www.mantisbt.org/
[2] http://www.mantisbt.org/wiki/doku.php/mantisbt:plugins_overview

15
[+5] [2008-10-06 08:29:07] André

We use MKS Integrity Manager [1] (+ 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...

[1] http://www.mks.com

Using it here too. I normally don't mind picture-based command strips, but MKS appears to be trying to win prizes for pictures that are meaningless. I also love the lack of support for getting sent an alert whenever ANYTHING changes for a specific ticket. - tloach
Oh so true, we are using it as well and it's such a PITA, whoever created these "workflows" hates developers... - André
We translate MKS to "Maul- und KlauenSeuche" (foot-and-mouth disease). Also "Mach keinen Scheiß" (don't screw up). - EricSchaefer
16
[+5] [2008-09-19 13:31:55] Ken

We used to work with Bugzilla, but thought we'd give Fogbugz [1] 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.

[1] http://www.fogbugz.com

17
[+5] [2008-09-19 14:26:14] philippe

We're using Telelogic Synergy - now IBM Rational synergy [1], 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.

[1] http://www-01.ibm.com/software/awdtools/synergy/

We also use Telelogic Synergy. It is a terrible tool, in my opinion. New users struggle to understand it and even experienced users have difficulty getting it to do what they want. - Runcible
18
[+5] [2008-09-19 13:56:03] SomeMiscGuy

http://www.countersoft.com/

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


19
[+4] [2008-09-19 14:22:48] cori

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

[1] http://basecamphq.com/

20
[+4] [2008-09-19 14:15:54] Hugh Buchanan

My company uses JIRA [1] and Quality Center [2] along with a plugin to link both from Go2Group called JaM [3]. 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.

[1] http://www.atlassian.com/software/jira/
[2] https://h10078.www1.hp.com/cda/hpms/display/main/hpms_content.jsp?zn=bto&cp=1-11-127-24_4000_100__
[3] http://www.go2group.com/products/go2group-jam-plugin/

At my place we use similar setup. One thing to notice is that QC is not task tracking tool but test management and defect tracking tool. Also can be used as requirements management/tracking tool but I don't think it is designed to do that (at least 9.x version). And QC is not really designed to be useful for developers, that's why you need something like JIRA complete your tool base. - yoosiba
21
[+4] [2008-09-19 14:11:53] Daok

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

[1] http://www.vmware.com/appliances/directory/452

22
[+4] [2008-09-19 13:33:12] Ilya Kochetov

My current client uses Google Docs [1] 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 [2] which is all-powerful RUP-oriented tool and occasionally Bugzilla [3] and Trac [4] on more agile projects.

[1] http://docs.google.com
[2] http://www.epam-pmc.com/
[3] http://www.bugzilla.org
[4] http://trac.edgewall.org

23
[+3] [2008-09-19 13:28:50] Douglas Leeder

TeamTrack [1]

[1] http://www.serena.com/products/teamtrack/index.html

Everyone I talk to at my company (of about 500 people), from operations staff to developers to managers, dislikes using TeamTrack. Nobody can figure out why we're still using it, either. - noneme
I don't particularly like it either, but it's better than what we had previously. - Douglas Leeder
TeamTrack is slow, and my custom reports seem to vanish from time to time. We are with it as it was the cheapest upgrade path from Tracker. - EvilTeach
I haven't had reports vanish, but Chrome doesn't like displaying all my favourite reports - displays only a subset. And they all are listed in Firefox. - Douglas Leeder
24
[+3] [2008-09-19 13:44:31] Scott Langham

Used to use RMTrack [1], 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.

[1] http://www.rmtrack.com/

25
[+3] [2008-09-19 13:36:39] unforgiven3

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


26
[+3] [2008-09-19 14:09:03] Sam Hoice

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


27
[+3] [2008-10-30 16:07:55] community_owned

In our company we are using Polarion [1], an ALM solution that connects change management (task/bug tracking), wiki, version control (Subversion) and optionally also requirements management and build management.

Our company actually is Polarion Software, but we are using our own product not because we have to, but because we like to - making it the best for ourselves hopefully means making it the best for other users as well.

While addressing the highest ALM disciplines, Polarion also comes in a flavor called Track & Wiki [2], a rich-featured tracker and wiki integration at an affordable price. There was also a completely free tracker edition (without wiki) but that one is no longer maintained.

If somebody here ever tried Polarion and has something to say on why they prefer it to another tool or vice versa, I will be happy to know.

My reasons to use Polarion (from the user point of view) include:

  • It is integrated, all-in-one solution
  • It is easy to use, configure and maintain
  • It has an Eclipse plugin as well as some for other IDEs
  • It is based on open standards and technologies
  • It is deeply integrated with Subversion, no proprietary data storage
  • No lock-in, all the data visible live and ready to be manipulated in SVN repository (XML)
[1] http://www.polarion.com/
[2] http://www.polarion.com/products/trackwiki/

28
[+3] [2008-09-19 15:28:04] livingtech

My company uses Request Tracker [1] 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.)

[1] http://www.bestpractical.com/rt

29
[+2] [2008-10-06 09:31:41] leppie

No one has mentioned BugTracker.NET [1], personally I feel this to be quite good and free!

[1] http://ifdefined.com/bugtrackernet.html

30
[+2] [2008-12-04 21:46:27] rbieber

We use Eventum [1] version 2.1.1. The key advantages of using it that we found are:

  • It was very easy to integrate with our corporate LDAP tree [2].
  • It is easy enough to use that we could get our business users in there to help track and prioritize work.
  • It has support for multiple projects and moving items between projects
  • Eventum's email integration allowed us to track conversations around particular items as a side effect of normal email discussions (in other words, someone replies to an item sent by the system and that email is tracked as notes on the item)
  • Integration with Subversion allowed us to track and view commit data from the item.

We've had an excellent experience with this software, after moving over from a highly expensive proprietary product. I highly recommend it.

[1] http://eventum.mysql.com
[2] http://www.bieberlabs.com/archives/2007/10/20/ldap-enabling-the-eventum-defect-tracking-system

31
[+2] [2008-09-19 14:27:34] cori

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

[1] http://office.microsoft.com/sharepointtechnology
[2] http://www.microsoft.com/sharepoint/prodinfo/what.mspx

32
[+2] [2009-10-31 01:06:56] Gregor

Lighthouse [1]. Integrates well with Beanstalk, which we use for our Subversion repository.

I am currently testing the desktop client Lighthouse Keeper [2] for the Mac. Looks nice, though I'm not sure it's worth the hassle. Different story with Cornerstone, the SVN client we use - worth every penny! I really recommend that to all SVN/Mac users.

-Gregor

[1] http://lighthouseapp.com/
[2] http://www.mcubedsw.com/software/lighthousekeeper

+1, I’m surprised Lighthouse is so low in this list. - zoul
33
[+2] [2010-03-30 17:30:03] Stephen
34
[+1] [2009-10-31 01:12:02] Noldorin

Launchpad Bugs [1]

I'm gobsmacked no-one has mentioned it yet! I personally am an all-round Launchpad fan, and the bug/feature tracking system is certainly a great part of it.

[1] https://bugs.launchpad.net/

35
[+1] [2010-11-03 20:54:32] Chris Schmitz

Doesn't look like anyone has mentioned Open Atrium [1] yet. That is our tool of choice.

Beautiful UI and great for any size team, but not specifically aimed at developers. Built on Drupal so there are a lot of extensions coming out for it all the time and seems to be under very active development.

Have even had very non-technical clients who enjoyed working in it and using it as a project management system.

[1] http://openatrium.com/

36
[+1] [2008-09-25 16:26:07] community_owned

Eventum [1] here.

[1] http://forge.mysql.com/wiki/Eventum/

37
[+1] [2008-09-19 15:08:07] Dr J

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.


38
[+1] [2008-09-19 13:29:25] community_owned

Mantis [1]

[1] http://www.mantisbt.org/

(1) We use this, and it is easy to use. - Jonathan
39
[+1] [2009-02-23 19:52:07] Oliver

Philippe, your complaints of slow and non friendly with regard to Telelogic Synergy explains why IBM brought it!


That should be a comment, not an answer - Aaron Digulla
40
[+1] [2008-12-19 23:36:26] Steve Melnikoff

We also use JIRA [1]. It's very easy to use, and also quite flexible, in that we started off using it just to track issues for software, and now use also it for hardware, testing and documentation. It helps that you pay for a site license, so are not limited to a particular number of users.

[1] http://www.atlassian.com/software/jira/

41
[+1] [2009-04-11 00:21:14] markus

I'm really amazed nobody has mentioned ' unfuddle [1]'.

It has SVN and git integration, time tracking, notebooks, milestones, tickets, messages, RSS, iCal, File Attachments, SSL and more.

The simplest plan is free, the rest of the plans are between $9 and $99.

It's not a high end tool for large and complex projects but it's a great tool for small or medium teams working on let's say web development projects.

I love the tool!

[1] http://www.unfuddle.com

+1 for unfuddle - seengee
42
[+1] [2008-09-19 21:03:14] lajos

I currently use the Mantis bugtracker [1]. It's small and simple, but it has some great features like custom fields, very easy creation of new projects based on other projects (can copy settings, fields, user setup.)

I used Joel's FogBugz [2] at my last day job, it's awesome. Bugs always have owners in his system, so nothing falls through the cracks. One issue I had was that when a bug was resolved, it went back to the person that opened the bug- it would be nice to have the ability to send the bug to a specified person (eg. QA department) rather than defaulting to whoever opened it.

[1] http://www.mantisbt.org/
[2] http://www.fogcreek.com/FogBUGZ/

43
[0] [2008-09-20 00:44:35] agartzke

Where I'm working, we use CA's Clarity for just about everything from financials to project management to bug tracking. Ugh.

The interface is ok, but it's slow and doesn't allow for easy batch entry/edit. I find it complete and total overkill, plus, because the whole company uses it, individual teams are unable to tweak it's configuration to suit their projects.

On the side, I'm floating between a couple products right now, and this post is giving me some insight into the tools out there, so thanks everyone for that.


44
[0] [2008-09-20 01:08:13] community_owned

Version control: Compuware TrackRecord [1]

Task/Bug Management: Mercury TestDirector [2]

I think we're using an older version of TrackRecord than the one listed on Compuware's site.. I'm really not impressed with TrackRecord. TestDirector is a pretty nice tool. It's easy to customize process work flows and define roles. It's pretty easy to script it for additional flexibility as well.

[1] http://www.compuware.com/products/qacenter/405_ENG_HTML.htm
[2] http://tinyurl.com/2h8z4q

45
[0] [2008-09-24 11:32:15] Jim T

We're using redmine [1] at the moment. Integrated bug tracking/task-tracking, wiki, forums, filestore, svn & other integration.

Very similar to Trac (which we trialled before), but more suited to a multi-project/multi-scm environment.

[1] http://www.redmine.org/

46
[0] [2008-09-19 15:36:15] Nathan Feger

Test Track Pro.

http://www.seapine.com/

I would not describe it as my favorite, as its interface isn't going to win any awards in my book, but it seems to be able to support a pretty dynamic workflow if that is something important to you.


47
[0] [2008-09-19 16:00:05] unexist

I use Redmine [1] for general project stuff and Flyspray [2] if I only need a bugtracker.

[1] http://www.redmine.org/
[2] http://flyspray.org/

48
[0] [2008-09-19 16:21:53] Derek

I use a open source Domino web application called Bug Tracker.

It is available for free here:

http://www.openntf.org/Projects/pmt.nsf/ProjectLookup/BugTracker

It has some quirks, but it is free and works well....


49
[0] [2008-10-06 09:39:51] Mario Ortegón

I've used Eventum to good effects. It is made by the nice folks of MySQL. It has some nice user-support features, which are not available in other, pure development-oriented, tools.

http://eventum.mysql.org/wiki/index.php/Main_Page

In my current project we use bugzilla, but I don't like it that much. Mantis is very nice, specially because of the work flow.


50
[0] [2008-10-06 09:51:15] vanja

We used to work with Mantis, then went to JIRA (Enterprise Edition). I've also worked with Bugzilla and redmine [1]

[1] http://www.redmine.org/

51
[0] [2008-10-06 10:20:13] community_owned

We use VisionProject visionproject [1] we use it for customer support and internal development. (It has features to support scrum)

[1] http://www.visionproject.se

52
[0] [2008-11-06 11:52:38] Johannes

I'm using Eventum [1] and find its not as complicated as bugzilla, also free and has a nice UI that doesn't scare the living daylights out of non-techies.

Why is Eventum not mentionend more often here or further up the top? Anything I've missed that makes not so popular ?

[1] http://dev.mysql.com/downloads/other/eventum/features.html

53
[0] [2008-11-21 16:30:52] community_owned

Wish I'd found Eventum when we were searching. :-/

We wound up writing our own; even simpler than Eventum. But it took plenty of hours.

http://www.archerfishonline.com

Would love some feedback.


54
[0] [2008-09-19 19:02:49] user16563

We use JIRA for our bugtracking tool.


55
[0] [2009-05-05 04:28:50] opensas

redmine here...

it's really simple and easy to set up and use...


56
[0] [2009-05-07 08:29:27] pramodc84

We use JTrac [1]

[1] http://www.jtrac.info/

57
[0] [2009-05-19 05:51:19] Rolle

BugNET (http://www.bugnetproject.com/). Works OK for small->medium sized projects. Been using it for 1-2 years.


58
[0] [2009-05-21 05:22:03] community_owned

Jira. Has some usability issues but coming from ClearQuest its fantastic :)


59
[0] [2009-05-26 22:12:54] ShaChris23

I havent used this personally, but it looks awesome: JetBrains Charisma...still in "beta" mode.

  1. Features list [1]
  2. Example [2]
  3. Try Out! [3]
[1] http://jetbrains.net/tracker/welcome
[2] http://jetbrains.net/tracker/issues/TW
[3] http://jetbrains.net/confluence/display/TSYSPUB/Early%2BAccess%2BProgram

60
[0] [2009-06-01 16:12:50] Manabenz

+1 for Gemini from CounterSoft. A great product at a relatively cheap price.


61
[0] [2009-06-29 15:05:15] community_owned

We use JIRA in conjunction with a desktop JIRA Client [1], which adds Outlook-like UI, desktop specific features like drag'n'drop, offline work etc.

[1] http://jiraclient.com/

62
[0] [2008-12-23 10:43:39] Gareth

FogBugz [1]

[1] http://www.fogcreek.com/FogBugz/

Oh! You use it too? ;) - Gareth
63
[0] [2009-01-10 22:04:51] community_owned

We use InTask ( www.InTaskPro.com [1]) since 2005 Very good tool - Fast, great modern UI, Multi user/Multi project, document versioning and lots more features. You can download free edition from: www.intaskpro.com [2]

Cons: It's not web based - some people think it's important (i'm not!)

[1] http://www.InTaskPro.com
[2] http://www.InTaskpro.com

64
[0] [2009-01-11 00:50:38] Rob3C

BugTracker.Net! It is great, source code provided, does many of the same things that FogBugz does.


65
[0] [2009-03-11 22:58:08] Andrew Lewis

SharePoint with the Bug Database template. [1] Simple, free(ish), extensible.

[1] http://www.microsoft.com/downloads/details.aspx?FamilyID=c72d23af-f556-47aa-a6f2-0027246a9928&displaylang=en

66
[0] [2009-04-11 00:12:59] CessnaPilot

We've been very happy with TeamSupport.com [1].

[1] http://www.TeamSupport.com

67
[0] [2008-12-04 22:22:20] community_owned

Rational ClearQuest [1]. Probably the worst source code control system ever designed. Practically unusable.

[1] http://www-01.ibm.com/software/awdtools/clearquest/

68
[0] [2008-09-19 13:47:03] Piku

I also use Google Docs for small projects I'm involved in. We've also found Google Notebook to be quite efficient. They may not have the scheduling features large groups need, but for sending snippets of code or quick design docs it works really well.


69
[0] [2008-09-19 13:50:55] Rohit

Jira [1] is a good one.

[1] http://www.atlassian.com/software/jira/

70
[0] [2008-09-19 13:44:16] ceetheman

Gemini by CounterSoft. Not too complicated to use, it's not perfect but it's pretty decent stuff.


we use gemini, too. It has all needed features and is not too complicated. - Johannes Hädrich
71
[0] [2008-09-19 13:33:57] Ian Devlin

We use TFS for some reason!


You didn't include the link, as requested. - mcherm
72
[0] [2008-09-19 15:14:45] stephenbayer

hands down, bugzilla has been the best most configurable most accessible tool for bug tracking that I've had the pleasure to use. In a few cases, where it was lacking in some functionality, such as integration into visual source safe an attributing a particular bug to a particular build number, file and line number, I was able to add this functionality into our particular instance of bugzilla at a previous company I worked for.


73
[0] [2008-09-19 15:04:48] StubbornMule

We currently use Fogbugz. It is actually fairly nice and easy to use. Really good for small groups. We are looking using TFS atm but are not sure we want to with some of its quirks.


74
[0] [2008-09-19 14:43:14] simon

BugHost. [1]

[1] http://www.bughost.com

75
[0] [2008-09-19 15:02:46] Jim Ford

At one of my old jobs I used a custom hacked together coldfusion frankenstein that had been mutated over several years by a variety of programmers... after that almost anything is easier to use / better.

Previously I've used dotproject [1] (free and open source).

My current job uses Jira [2] (not free).

Both are good bug-task-project tracking tools for internal use. I haven't used either as customer facing tools so I'm not sure how they would work in that environment.

[1] http://www.dotproject.net/
[2] http://www.atlassian.com/software/jira/

76
[0] [2008-09-19 14:17:23] community_owned

I have used TestTrackPro [1] by Seapine. Overall it worked quite well. I was able to set up custom work flows. The reporting does leave a lot to be desired however. Once I switched from using the native database to a SQL database I was able to write my own reports. There are much more powerful open source bug trackers out there and I would recommend one of those instead of TTP. Currently I am using JIRA and am quite happy with it.

[1] http://www.seapine.com/ttpro.html

You didn't include the link, as requested. - mcherm
Added link. My company uses TestTrack as well. I'm underwhelmed with it... - Chris Boran
77
[0] [2010-12-07 22:54:24] Tony

My last job used Agile Zen (agilezen.com) for the Kanban team and Pivotal Tracker (pivotaltracker.com) for Scrum teams. Both are very good. Pivotal is free, but it's specifically designed for Scrum and isn't customizable if you aren't using Scrum or a similar Agile methodology.


78
[0] [2011-01-13 19:00:10] jeshurun

I have recently started using this great little tool called phpEasyProject [1]

Its

  • Open Source
  • Light Weight
  • PHP, so easy to install and configure
  • Works great for small projects with a small team
  • Clean, unobtrusive interface
[1] http://www.phpeasyproject.com/

79
[0] [2011-03-25 06:01:46] Jeff Welling

TicGit-ng It's a distributed bug tracker that stores tickets in a 'ticgit' branch in your repository. Full disclosure, I'm the current active maintainer for TicGit-ng.


80
[0] [2011-06-07 18:00:43] amit patel

not really a bug tracker but we use jtrac if you need a workflow/ticketing system

you can also look at Calipso (based on jtrac)


81
[0] [2009-11-23 21:30:16] HLGEM

Sadly we use Clarity which is very bad project management software for both projects and bugs. We used to use a homegrown application but senior management decided it didn't have enough bells and whistles, so they bought Clarity. Now it takes 3-4 times as long to do anything as far as managing tasks (or even filling in timesheets) and the messaging in it is so bad, that most of us handle any discussions through emails rather than keeping them in the project where they are hard to follow. Most of the windows won't filter by client, so I have to search through 8 or 9 pages of information to find the tasks I want to put on my timesheet.

I don't know who designed this software but they should be forced to used it 8 hours a day for a year.


82
[0] [2010-08-12 10:27:38] C Johnson

Clarify (www.amdocs.com)

It's old and everyone here at work despises it. I don't think it was originally meant for bug tracking software, but for customer support cases. It's awful, hideous, and really really slow: I'd like some condolences please folks.... :)


83
[0] [2010-10-13 17:23:11] Desiree

Assembla's web based Bug Tracking system:

Allows you to track every stage and progress of an issue or bug Report on time invested, and estimated time remaining Attach files, or attach screenshots with the screen capture applet to annotate bug reports There's an activity stream where actions on the issue / ticket are posted

http://www.assembla.com/features/bug-tracking


84
[-1] [2008-09-19 15:45:44] m_pGladiator

I was inspired by FogBugz and Bugzilla and I made a custom bug tracking tool for my diploma thesis, which was used then in the first company I worked for.


85