29

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.

Alister Bulman
  • 34,482
  • 9
  • 71
  • 110
  • 3
    This depends strongly on your needs, there is no simple answer. – Dirk Vollmar Jun 02 '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. –  Jun 02 '09 at 19:43
  • I guess this is a [duplicate question](http://stackoverflow.com/questions/114007/free-supportticket-software). – fglez Jun 03 '09 at 07:51

9 Answers9

9

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.

Dirk Vollmar
  • 172,527
  • 53
  • 255
  • 316
krubo
  • 5,969
  • 4
  • 37
  • 46
8

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

freiheit
  • 4,976
  • 37
  • 35
  • +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 02 '09 at 20:33
  • My company used this RT...it abandoned for Rational Clearquest. –  Jun 02 '09 at 22:51
  • 1
    What didn't your company like about RT? – Joe Casadonte Jun 11 '09 at 01:47
6

OTRS, Cerberus

yanchenko
  • 56,576
  • 33
  • 147
  • 165
3

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

Jorge Zuanon
  • 1,284
  • 10
  • 11
3

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.

MichielB
  • 4,181
  • 1
  • 30
  • 39
2

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

Cninroh
  • 1,796
  • 2
  • 21
  • 37
1

Howabout Bugzilla. Open source and what Mozilla uses.

CookieOfFortune
  • 13,836
  • 8
  • 42
  • 58
1

Here are a couple that look pretty decent:

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

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

jgallant
  • 11,143
  • 1
  • 38
  • 72
0

TRAC. Open source, Python-based

Dan McClain
  • 11,780
  • 9
  • 47
  • 67
  • 1
    It seems more oriented to software help desk system...I want a general one (which can be used for general things, not just software). –  Jun 02 '09 at 19:27