vote up 2 vote down star
1

We use Mantis and its ok... I've also used Eventum (which was too slow on our system) and BugZilla (Which I just plain didn't like).

For small personal projects I use my own task manager I hope to open source some day.

There's a comprehensive comparison on the Wiki.

I just can't settle on one tool. Does anyone have any suggestions, What bug-tracker have you settled with?

Edit:

Here's 2 better threads about this topic:

  1. What bug tracking software do you use? (72 answers)
  2. Which issue trackers support sub-tickets, and how well do they work for bridging the gap between project managers and developers? (12 answers)

Looks like FogBugz might be the way to go.

Thanks everyone!

flag

closed as exact duplicate by Dean Oct 9 '08 at 6:29

7 Answers

vote up 4 vote down check

Duplicate Question:

See Task Manager/Bug tracker

See Bug Trackers

link|flag
the question is indeed duplicated and most answers are the same, but neither of the mentioned questions had an answer pointing to redmine... – Jasper Oct 3 '08 at 6:42
vote up 8 vote down

FogBugz

Major Features:

  • Wiki
  • Project Management
  • Evidence-Based Scheduling
  • Bug Tracking
  • Customer Email
  • Discussion Groups

I've used this for a few projects and I only have good things to say about it. Most of the features are really intuitive. All support emails are forwarded to the FogBugz account which are then later assigned to certain developers. The Wiki WYSIWYG editor is custom and polished. I also make extensive use of their Visual Studio plugin, Source Control integration and their screenshot tool.

link|flag
vote up 3 vote down

I'm a big fan of Trac. It nicely integrates a lot of useful things (a wiki, bugtracker SVN interface, and basic release management tools) into one clean, easy to install, easy to use application.

The bugtracker doesn't have the features of some of the big players, but it's certainly good enough for most small-to-medium projects, and maybe bigger projects if your team is small.

It may not be suitable for your needs, but it's certainly worth a look.

link|flag
We used to use Trac and I agree with the comments here. The Timeline feature showing SVN commits and new/fixed bugs was particularly nice. We changed to Jira for better support for tracking multiple projects in one tool. – David Dibben Oct 3 '08 at 2:00
Trac is teh awesomeness. – Epaga Oct 9 '08 at 6:18
vote up 3 vote down

I'm a fan of redmine now, which is developed using Rails. It tries to be a better trac, just like subversion trying to be better cvs. Almost all feature of trac is available on redmine, with the differentiation:

  • support multiple projects
  • support multiple version controls
  • support more database backend for repository
link|flag
Redmine is such a fantastic project. It handles multiple projects wonderfully and it looks good! Trac is an eye sore and Redmine is just as, if not more feature rich. – mwilliams Oct 3 '08 at 2:05
Should your URL have been redmine.org ..? – Dan Oct 3 '08 at 2:11
vote up 2 vote down

We use JIRA.

It integrates nicely with Subversion and provides good filtering and charting capabilities. There are also a log of plugins which can be used extend it.

We changed to JIRA several years ago and have been very happy with it.

It is also localized into Japanese which was important for us but probably not for most others reading this.

link|flag
We also like the ability to give customers their own login and access just to certain projects. – Airsource Ltd Oct 3 '08 at 1:53
vote up 1 vote down

Our company has used BugZilla, OnTime and FogBugz. FogBugz is easily the best out of the three.

I would say that OnTime wins on features and flexibility, but it has some issues with quality (bugs), performance and support. FogBugz is very good in those areas and it's clear that the developers of it use it for their own bug-tracking.

The main issue with FogBugz, in my mind, is how rigid it is in the process it wants you to follow for bugs. Examples of this include things like not being able to edit bug description once created (only add comments), only 2 custom fields, resolved bugs automatically going back to the creator of the bug (it takes a separate step to assign them to someone else), etc. Basically, by using FogBugz you agree that Joel Spolsky knows how bugs should be handled better than you do. So, as long as you happen to agree with Joel on how things should be done, FogBugz is great. If you want to customise it to your own process then you'll struggle.

Bottom line, if you want maximum flexibility then OnTime is worth considering, but otherwise I can highly recommend FogBugz.

link|flag
vote up 0 vote down

I have recently switched to Team Foundation Server, and I like it quite a bit. Integrates well with Visual Studio and our development environment.

And then add to that the Web Access addon and it actually becomes useful for everyone involved in the project, even the non developers.

Its not free, nor open source (You didnt specify that as a requirement in your question), but its quite nice for all the features you get. Work Item Tracking, (Bugs, Tasks, etc), extendable with 3rd party processes/templates, Reporting, Source Control, Document Storage/Tracking/Versioning Build System, Integrated Testing, among other eatures I cant think of right now.

And being partly built on Sharepoint, it allows even more custization such as discussions, Lists, shared calanders, among many other 3rd party addons for sharepoint. Plus sharepoint has GREAT integration with Office Applications, so there is a lot of TFS/Sharepoint stuff you can do right in Excel/Project/Word

link|flag

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