I'm looking for a trouble ticket system so that I can track issues for various customers. I used one before at my previous employer but it wasn't anything too great. I'm wondering which ones you would recommend and what other features that I might want to look at to make my job easier. It must posses the following.

  1. Web based
  2. Handle multiple clients (probably all support this)
  3. Asset management
link|improve this question
feedback

18 Answers

up vote 18 down vote accepted

Commercial Products:

  • Atlassian Jira (which ties in nicely with Confluence (the wiki)) - Surprisingly good for commercial software.

Open Source:

  • Edgewall Trac - (Wiki, Ticketing, and more)
  • Drupal (+plugin)
  • Best Practical RT - I've heard good things about this, but have never used it myself
link|improve this answer
Request Tracker (RT) is a great choice. Jira works well enough as a bug tracker, but is far from ideal as a general purpose ticket tracker tool. Also, I didn't find any decent asset tracking support when I used it at my previous job. Confluence is an acceptable Wiki, although I don't care for their attempts at forcing it into a hierarchy. The tie-in between Jira and Confluence isn't bad. – Christopher Cashell Dec 28 '09 at 21:45
Any thoughts on GLPI? – James May 13 '11 at 16:54
feedback

I would suggest Request Tracker (RT) with the AssetTracker plugin.

RT: http://bestpractical.com/rt/

Plugin: http://wiki.bestpractical.com/view/AssetTracker

link|improve this answer
If you go this route, also use the RT-Extension-CommandByMail and TimeWorkedReport addins to simplify your life. It helps to have someone fluent in perl nearby to do the initial configuration. – hurfdurf May 12 '10 at 0:26
I tried out RT, although it was years ago. The configuration was daunting, and I never did get a set up I was happy with. Maybe things have improved since then, I still don't have a decent helpdesk app. – James May 13 '11 at 16:56
feedback

We use FogBugz for bug tracking, but it's expensive ($100 per developer) and depending on how you feel, the interface is so-so.

We also use Trac for internal help desk ticketing; depending on how you feel, the interface is worse, but it's much cheaper. You have to run your own server with Python though.

And you can also use 37Signals's HighRise, which I've heard some people have had some success turning into a helpdesk system. It'll keep track of all your correspondence and attachments. But using it will involve tweaking your notions of a help ticket system, which in some ways is a good thing.

link|improve this answer
FogBugz also has "Students and Startup" version for free(2 users), but it's hard to find. Search for "Student" on their site. – TonyUser May 30 '09 at 15:55
feedback

well, I've been using a customised Mantis, and I'm very happy with it

link|improve this answer
feedback

For a hosted solution, you might want to check out zendesk.

link|improve this answer
feedback

Trellis Deskby Accord5 is open-source and freeware

link|improve this answer
Trellis Desk url: accord5.com/trellis – stukelly May 31 '09 at 10:57
feedback

I have been using [AdventNet ServiceDesk plus][1] for years, love it. It's a all-in-one web-based product, including ticket system, asset management, knowledge base, purchase, contract management, etc. Very easy to install on both Linux and Windows platform. Straightforward to use as well.

They actually have various products that you may find interesting. And best, most of their products have the free version that you can use free forever. Better check it out.

Cheers, Kent

[1]: as a new user, I can't post an url for the product (quite dumb IMHO), but you can easily Google it.

link|improve this answer
feedback

Redmine

Redmine is a flexible project management web application. Written using Ruby on Rails framework, it is cross-platform and cross-database.

Redmine is open source and released under the terms of the GNU General Public License v2 (GPL).

link|improve this answer
feedback

We are using Lighthouse - lighthouseapp.com which is a hosted, commercial product. Rather simple to use, not overloaded with a million fields, good email integration, essentially free for open-source projects.

link|improve this answer
feedback

get a cms like joomla or drupal and add a ticket plugin, there is a bunch and most of them free so you should try at least a couple.

link|improve this answer
feedback

I used OTRS for some time. It's free and open-source.

link|improve this answer
feedback

For ticketing system I've used and recommend cerberus but I don't think it does asset management.

www.cerberusweb.com

link|improve this answer
feedback

OTRS is a little cumbersome, but I like it well enough.

RT is the Commonly held best. It's very big and very configurable. Not really one for small jobs, but perfect if you need something really big and robust. It also integrates well with ldap, and that's a plus.

Gnats is a granddaddy product that some people swear by. I find it to feel as old as it is. I wouldn't recommend it unless all the users were techies, since it's not pretty and not very user friendly. That being said, I hear it's quite easy to set up.

link|improve this answer
feedback

SmarterTicket

link|improve this answer
feedback

I use connexit, works rather well, though a bit pricy.

link|improve this answer
feedback

GLPI is asset management software with a trouble ticket system.

link|improve this answer
feedback

Also have a look at Intervals. It is a great task / bug / issue tracking system.

link|improve this answer
feedback

If you are looking for a more IT related solution, as opposed to bug tracking, then I cannot recommend AutoTask enough. It has everything that you need and more, without being cumbersome to setup or maintain.

Key Features:

  1. Entirely web-based, so you can manage your tickets from anywhere.
  2. Asset Tracking
  3. Knowledgebase
  4. Invoice directly from within app and/or export to Quickbooks (as well as exporting to XML if you want to convert to use it with another accounting program).
  5. Client Access so your customers can input tickets directly
  6. Resource management so you can schedule service calls for yourself and other employees.
  7. Outlook/Exchange integration for Caledering (scheduling services calls, etc)
  8. Project management features for items that are to large for single tickets.

We've been using it for 2-3 years, and we'd be lost without it. The only issue we had was tax rates on invoices - the company is American, and we are in Canada and have different legal requirements for listing taxes. The support folks bent over backwards to come up with a fix for us, which was also great.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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