vote up 0 vote down star
4

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.

flag
2  
This depends strongly on your needs, there is no simple answer. – divo Jun 2 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 at 19:43

9 Answers

vote up 1 vote down

Howabout Bugzilla. Open source and what Mozilla uses.

link|flag
2  
bug tracking software != help desk system. – belgariontheking Jun 2 at 19:23
1  
Yes, I want a general help desk system, not a software bug tracking system... – Mircea Jun 2 at 19:25
3  
Just because it has "bug" in the name it doesn't mean you can use it to track help desk issues. – divo Jun 2 at 19:27
3  
Whoever upvoted this should be ashamed. Shame on you. – belgariontheking Jun 2 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 at 19:36
show 2 more comments
vote up 0 vote down

TRAC. Open source, Python-based

link|flag
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 at 19:27
vote up 1 vote down

Here are a couple that look pretty decent:

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

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

link|flag
2  
SmallHD is no longer under active development (as of 2005!) – Brian Agnew Jun 2 at 19:24
Still looks pretty good though :) – Jon Jun 2 at 19:40
vote up 6 vote down

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.

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

OTRS, Cerberus

link|flag
vote up 1 vote down

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

link|flag
vote up 3 vote down

"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.

link|flag
+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 at 20:33
My company used this RT...it abandoned for Rational Clearquest. – Mircea Jun 2 at 22:51
What didn't your company like about RT? – Joe Casadonte Jun 11 at 1:47
vote up 1 vote down

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.

link|flag
+1 Exactly right. Depends on what the goals are. I can recommend OTRS for end user helpdesk! – Lennart Jun 3 at 7:43
vote up 0 vote down

I guess this is a duplicate question.

link|flag
If it was a duplicate question the system didn't catch it. But I'll take a look at the other question. – Mircea Jun 4 at 17:38

Your Answer

Get an OpenID
or

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