Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I know of osTicket, are there any other more compelling help ticket systems?
My company wants to use one and I am researching them now.

I forgot to mention, I will need to install it on our servers...so SaaS (software as a service) doesn't work.

share|improve this question
2  
This depends strongly on your needs, there is no simple answer. – 0xA3 Jun 2 '09 at 19:26
Right now, my company uses Rational ClearQuest as ticket system...and wants to move on from this expensive choice. By the way, the company is pretty big with thousands of employees. – Mircea Jun 2 '09 at 19:43
I guess this is a duplicate question‌​. – fglez Jun 3 '09 at 7:51

closed as not constructive by Bill the Lizard Sep 20 '11 at 13:25

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

9 Answers

There is good information on Wikipedia at

Comparison of Issue Tracking Systems

Personally, I'm fond of Trac, which has the capability of integrating with subversion, so when you check in a file, if you say something like...

$ svn ci -m "automatically fix any broken dates in the input.  fixes #87"

....then Trac will automatically add this comment and close bug #87 for you.

share|improve this answer
Yeah, this seem to be a pretty compelling list...thanks. – Mircea Jun 2 '09 at 19:45
3  
-1: The question was asking about customer support ticket tracking, not source code management. – Mark Renouf Jun 2 '09 at 19:54
@Mark: You're right. I must've just been eager to vote for Trac. – krubo Jun 2 '09 at 20:13
It will be used internally, among departments (not externally in relationship with other clients). – Mircea Jun 2 '09 at 20:15
The questioner asked for a Help ticket system, not a bug tracking solution. – Ibn Saeed Jul 13 '09 at 0:55

"Best" helpdesk system is very subjective, of course, but I recommend Request Tracker (aka RT).

It has a default workflow built in, but is easily configured for alternate workflows using the "Scrips" and templates. Very extensible if you want.

share|improve this answer
+1, I've used this for a help desk. It offers transparency for the customers and if you have a staff willing to use the web interface to close the tickets, it works very well. I'm not very fond of Perl, but it works. – Andrioid Jun 2 '09 at 20:33
My company used this RT...it abandoned for Rational Clearquest. – Mircea Jun 2 '09 at 22:51
What didn't your company like about RT? – Joe Casadonte Jun 11 '09 at 1:47

OTRS, Cerberus

share|improve this answer

It absolutely depens on what your goals are. The Bugzilla and Trac systems mentioned are nice but geared towards bug tracking, which is just very different from a tool you'd want to use in a helpdesk-type setup where end users would raise incidents.

If the latter is what you are looking for I'd suggest you take a look at OTRS which is a very capable trouble ticketing system. It also has ITSM extensions, which makes it able to support ITIL processes if you need to.

share|improve this answer
+1 Exactly right. Depends on what the goals are. I can recommend OTRS for end user helpdesk! – Lennart Jun 3 '09 at 7:43

Howabout Bugzilla. Open source and what Mozilla uses.

share|improve this answer
11  
bug tracking software != help desk system. – belgariontheking Jun 2 '09 at 19:23
1  
Yes, I want a general help desk system, not a software bug tracking system... – Mircea Jun 2 '09 at 19:25
4  
Just because it has "bug" in the name it doesn't mean you can use it to track help desk issues. – 0xA3 Jun 2 '09 at 19:27
5  
Whoever upvoted this should be ashamed. Shame on you. – belgariontheking Jun 2 '09 at 19:28
1  
joel, joelonsoftware.com. has a number of blogs on using his bug tracker to manage help desk....and more. – kenny Jun 2 '09 at 19:36
show 2 more comments

Here are a couple that look pretty decent:

http://sourceforge.net/projects/smallhd/

http://sourceforge.net/projects/helpdeskcsharp/

share|improve this answer
3  
SmallHD is no longer under active development (as of 2005!) – Brian Agnew Jun 2 '09 at 19:24
Still looks pretty good though :) – Jon Jun 2 '09 at 19:40

I like eTicket Support, is very simple to use and install.

share|improve this answer

I recommend OTRS, its very easily customizable, and we also use it for hundreds of employees (University).

share|improve this answer

TRAC. Open source, Python-based

share|improve this answer
It seems more oriented to software help desk system...I want a general one (which can be used for general things, not just software). – Mircea Jun 2 '09 at 19:27