vote up 10 vote down star

See Also:
http://stackoverflow.com/questions/86394/freecheap-taskbug-management-software
http://stackoverflow.com/questions/101774/what-is-your-bugtask-tracking-tool
http://stackoverflow.com/questions/126458/looking-for-a-bug-trackingtask-management-tool


I run a small, overworked and understaffed dev department and need a web-based bug tracker, we have zero budget for this so it'll have to be open-source or otherwise free.

Can anyone recommend a good system? The features I'm looking for are:

  • LAMP platform
  • Easy to set up and maintain
  • Simple to use and elegant (non-technical end users will be submitting bugs)
  • Good search facility
flag

closed as exact duplicate by George Stocker Dec 23 '08 at 18:48

17 Answers

vote up 16 vote down check

Trac

http://trac.edgewall.org/

It grows with you too you can set it up to host itself or later use apache as a front end. Customizable if you get to that level. It comes with a wiki for documenting your project and it has nice views for setting up projects and gives timelines and reports.

link|flag
LAMP if you take the P to be Python. Setting up Trac is not exactly trivial. – Ambush Commander Oct 28 '08 at 2:18
vote up 1 vote down

Trac seems to be great if you have no budget, but personally I didn't get it up and running until I found the following install package: http://bitnami.org/stack/trac

The packages installs Trac, Apache HTTP Server, Python, SQLite and Subversion on Linux, Windows or Mac. This way you're up and running in minutes, without having to choose everything for yourself; if you've happy with the basic configuration, you can decide later to change any of the installed (database or web server) components.

Detailed information about Trac itself can be found at: http://trac.edgewall.org/

link|flag
+1, exactly what I was looking for. – The Feast Apr 22 at 12:20
vote up 0 vote down

If you have a WordPress site and run BBpress (a forum) you could take a look at the Support Forum plugin for BBpress. It is very simple for the end-user and you/they may find it less intimidating than a ticketing system

Yes, I've looked into the whole support ticket thing a bit in the last year or so, hence a few answers here.

Edit: There's also a (potentially better) Wordpress forum package Simple:Press which can also do support tickets via tags on the forum posts. Simple:Press works as a plugin insode Wordpress

link|flag
vote up 1 vote down

BugNET looks promising. It is ASP.NET - based too. I'm keeping my eye on this one.

link|flag
vote up 1 vote down

Flyspray is another option if you really just want a small bugtracker.

link|flag
vote up 0 vote down

Fresh Logic Studios - Bugs: http://www.freshlogicstudios.com/Products/Bugs/

Free, Simple, Hosted

link|flag
vote up 1 vote down

Bugzilla is written in PERL, is open source, and has a pretty active community. If these play to your organizational strengths, you should look at it.

Bugzilla is also actually used by mozilla.org, so it is well beyond just a product that needs "dogfood" testing, its has gone the distance for a couple really large deployments.

On a personal note, I've used several systems, it is one of two that I like (the other is Fogbuz, which is not free, but does have a pretty reasonable license cost + good support).

link|flag
vote up 4 vote down

Mantis (PHP) or Bugtracker.NET (ASP.NET)

If its just a couple of you, Excel works fine too. Well you said free, so Open Office's, Calc...

link|flag
BugTracker.NET isn't LAMP – Corey Trager Sep 25 '08 at 1:43
vote up 4 vote down

I've worked with a number of bug trackers (trac, jira, [testtrack], some wiki plugins, [FogBugz], and RedMine) and first off, I don't think you're missing out by using OSS. The evidence-based scheduling in FogBugz is quite nice, but not essential, and other aspects of FogBugz are present in Trac and Redmine.

None of the wiki plugins I've tried (I'm sorry, but the names escape me) have been worth the time to install them. There simply wasn't enough structure to manage workflows and email notifications, etc. cleanly.

Trac and Redmine are about equally usable, in my opinion. I'd suggest using Trac if you use python for other projects and Redmine if you use Ruby/Rails for anything else -- just because the background in ruby / python will help with the install /configuration of Redmine/Trac (respectively).

It is easier to set up multiple projects with Redmine, and I found the UI to be a bit more polished when compared to trac, and Redmine has some time tracking tools. Trac also requires that the svn server (if using svn) be on the same machine as the trac install, which may or may not be a problem. I'm not clear if this is an issue with other version control plugins or not, but I would assume it is.

link|flag
vote up 0 vote down

I'm going to disagree with RT, as I've found it overly complicated and incredibly slow - though that could have been just the installation I dealt with.

Trac is my suggestion of choice - I've used it quite a bit, and while it's hugely lacking in a lot of major features, for a small shop this is almost completely unlikely to matter.

link|flag
vote up 1 vote down

My vote goes to Assembla as out of a whole load that I evaluated this felt the most comfortable to use. It's got a whole load of features as well as bug tracking, including version control, wiki, collaboration tools to name a few.

link|flag
vote up 1 vote down

RequestTracker (RT) is robust and very customisable. It looks prettier than Bugzilla out of the box and has lots of add-on modules.

http://bestpractical.com/rt

link|flag
I don't know whether it's an integral part of RT or if it had to be added on, but I worked with a team that used RT's email integration - end user emails to a certain address would automatically become tickets in RT, updating the ticket replied to the user, their replies updated the ticket, etc. – Sam Stokes Sep 25 '08 at 1:02
vote up 0 vote down

I have had great success with bugzilla... Its even pretty easy to customize if you want it to match with your website themes and so forth. You do need to run your own server though. I had it setup in a day, and my manager at the time was able to customize it to display our various progress charts and so forth. Try it out for free here...

link|flag
vote up 10 vote down

Mantis is pretty good - a lot less complicated than BugZilla.

There's a Wikipedia page comparing them.

EDIT: Here's a compendium of comparisons, some LAMP, some .NET based

link|flag
I see these Wikipedia feature matrices and I just don't get what use they are. At least with a traditional feature matrix you can "count check marks". This giant table thing is too big to read, yet too sparse to be useful. I'm definitely interested in Mantis, however. – Jon Ericson Sep 24 '08 at 23:36
Looks like mantisbt.org/wiki/doku.php/… has been "Stack Overflowed" or something. But I suppose it isn't because of this question since it's only had a handful of view and even fewer people will have clicked through. – Jon Ericson Sep 24 '08 at 23:39
I have changed my thinking on this. I'm now going for UserVoice as my public facing issue reporting tool and Fogbugz internally for me to track stuff. Fogbugz is free for up to 3 devs. SAAS FTW. – CAD bloke May 6 at 22:00
vote up 1 vote down

We had good luck with Mantis. In fact, we continued using it internally when the company mandated using an expensive commercial product for company wide issue tracking.

It is built on a LAMP platform, but there is flexibility on back end databases, web host, etc.

link|flag
vote up 3 vote down

Assembla.com has free trac with integrated subversion.

link|flag
vote up 6 vote down

It's a little crude, but I like Bugzilla.

link|flag

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