Slashdot Log In
Ticket Tracking and Customer Management?
Posted by
kdawson
on Sun Jul 29, 2007 08:55 PM
from the looking-for-a-package dept.
from the looking-for-a-package dept.
An anonymous reader writes "Like many Slashdot readers, I'm sure, I run a small side business doing IT consulting in addition to my day job. I'm looking for a good open-source ticket tracking system that I can run under Linux, preferably one that also has some customer management features. I'd like to be able to maintain a separate record for each job, along with time tracking, work logs, and information about the customer. Much of what I see on Sourceforge is, as usual, pre-pre-pre-alpha with no actual code. Does anyone have any suggestions for a project that might fit my needs?"
This discussion has been archived.
No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Full
Abbreviated
Hidden
Loading... please wait.
JIRA... (Score:3, Informative)
JIRA is not open source (Score:2)
Re:JIRA... (Score:4, Informative)
Parent
Re: (Score:3, Informative)
I might suggest Trac [edgewall.org]. It's an open source ticket management system integrated with Subversion. Probably doesn't have the extensive customer management features but with the wiki+ticketing is done quite well and can no doubt be used to satisfy the posters needs.
Re:JIRA... (Score:5, Informative)
If you want to use something for external facing issue tracking and make it customer facing straight away I would suggest RT by Best Practical. It is GPL and relatively open as far as brain effort to extend it is concerned. It is also trivial to use for issue oriented CRM/sales which is typical of a service company or consultancy.
It is used as the primary system for tracking customer facing issues by companies with turnover in the billions like NTT/Verio. It is also used by small non-IT companies like my favourite plumbing supply shop http://www.plumbworld.co.uk/ [plumbworld.co.uk]. It is also often adapted to integrate the support, CRM and sales process like in Claranet http://www.claranet.co.uk/ [claranet.co.uk]. Judging by the people on its mailing list it is also running in pilots and internal projects at Audi, BT and a couple of other places.
It has been in stable for nearly 4-5 years now. I have used in my previous job, and while it is not completely free of bugs, it is possibly the best general purpose issue tracking system I have seen so far.
Parent
RT (Score:3, Informative)
Agreed on RT as First Step (Score:5, Informative)
I have since moved away from RT and now use an in-house designed system. But I still give it two thumbs up.
Parent
Re: (Score:2)
RT For sure (Score:3, Informative)
We are on a mission at the company where I work to replace all email / attachment based work management with it.
You'd be amazed how far you can push RS using the concepts of owner, status, subject line, journaling, parent child / depends on depended on by tickets, auto-notification, attachments etc. all built in.
If you think you need more structured data, you should at least see how far you can get prototyping it first in RT, using its minimal custom fields but also its custom v
Re:RT For sure (Score:4, Interesting)
Parent
Did you index it? (Score:3, Interesting)
We've been running it for 2 plus years now, have 100,000 plus tickets, and it's quite fast. We did have to add an index recently when coming back to All Tickets view and many of us have a lot of queues.
I see others have had issues / bad experiences. Our shop has some very experienced Oracle guys and someone who, so far, has been able to make it do everything we've wanted it to using Perl mods. (auto assignment based on subject contents, custom fields, etc.).
Maybe other tools are easier when you don't h
Re: (Score:2)
We connected into other systems, had real time displays of information to help them answer questions inside the system. It was very nice until we were bought out, and started using a monolithic system that ha
Re:RT For sure (Score:5, Informative)
I'd love to hear a bit more about the scaling problems you had over on rt-devel@lists.bestpractical.com. We have end users (some of them paying customers, but plenty of them not) with well over a million tickets in their RT instances without any sort of performance problem.
And I'd certainly love to see patches for anything you had to do to get performance up to snuff. (Since, well, we'd certainly like to improve things if users are running into trouble.
Best,
Jesse (RT's chief catherder)
Parent
Re:RT (Score:5, Interesting)
The irony of the situation is that I do specialize in Perl, which is why I went toward RT first. I assumed it would have been the better choice for making any changes to the underlying system, but in the process of working with trac I've learned Python enough to hack together a number of custom solutions for our needs.
Since I didn't go any further with RT after that first day, I can't say how well that would have worked, but in my case RT did leave a bad taste in my mouth.
Parent
Re:RT (Score:5, Informative)
Now, it's extraordinarily simple. Initial understanding of some of the rights management will take a little bit of time depending on how complex you want it to be.
Parent
Re: (Score:2)
Re: (Score:2, Informative)
Re: (Score:2)
Re:RT (Score:5, Funny)
Parent
Re: (Score:2)
Re:RT -- Use RoundUp instead.. (Score:5, Informative)
Its self contained.. a GREAT email interface.. easy to setup and easy to extend.
Parent
Was your Access Solution web hostable? (Score:2)
Access based solution also != Free.
Re: (Score:2, Funny)
It's humor people, laugh...
Same thing under Windows (Score:2)
I'm looking for something web-based, allowing clients to enter tickets, and programmers to respond to them.
Any ideas?
Re: (Score:3, Insightful)
Re: (Score:3, Funny)
I'd be careful of gerbil/hamster based backends. There's always that one sysadmin whose just too interested...
The tough choices of windows (Score:3, Funny)
You can have features, windows, and running. Choose two.
Eventum (Score:5, Interesting)
It might not be the perfect fit for you, but it is stable and customizable. Right now it is lacking built in customer management features, instead it relies on a Customer API to integrate with other systems. Right now I am working on integration with Sugar CRM but do not yet have an ETA on when it will be released.
Re: (Score:3, Informative)
I'm currently evaluating Eventum for both IT support and generic issue tracking for service departments with no IT component. The only thing that feels beta about it is its obvious origin as a software issue tracker, but it won't require much modification to support generic issue tracking. Other than that, it is very stable, and customizable in a good way, not an evil, "I can't use this unless I completely rewrite the source code" kind of way.
I have experience with RT, and have installed it for clients w
One (Score:5, Funny)
Not quite OSS (Score:2)
Re: (Score:2)
I've worked for companies that spent ludicrous amounts of money on ticketing systems, and I've always wished I could go back to Cerberus. I just left a job that used RT, and I hated it.
Re: (Score:2)
trac (Score:5, Informative)
It is extremely extensible, and anything not readily available [trac-hacks.org] can be easily created. It didn't take much time to learn the class and data structures and I've modified existing plugins and written a few of my own to support our needs.
We use JIRA (Score:5, Informative)
phpBMS (Score:2)
Vtiger (Score:5, Informative)
Re: (Score:2, Informative)
Trac (Open Source; Python) (Score:2, Interesting)
It provides an interface to Subversion, an integrated Wiki and convenient reporting facilities.
OSTicket (Score:2, Interesting)
It works well; I use it integrated with Help Center Live [helpcenterlive.com]
Keystone is still alive and kicking. (Score:3, Informative)
Opensource, non-alpha, many many users active, still being supported and worked on.
(Obdisclaimer. I wrote it.
Re: (Score:2)
Re: (Score:2)
Drop me emailif you want to see the live demo.
COULD NOT FIND ANYTHING ?? (Score:3, Informative)
the author did not do a very hard search.
First and for most
And then of course there is JIRA. This may be more for dev work. Most places ive been used RT for anything that MIGHT face the customer and the areas that had 'issues' and 'projects' that would end up closing at some time. But JIRA was used by the devs for bug tracking and coding projects.
of course there are a lot of others
Seriously though. How could you have enough experience and knowledge to run your 'side business' and never have run into either of these projects in your travels. Where have you really worked that they have not used a ticketing system ? Or perhaps you are fresh out of school. But even fresh out of school. I would think that even the dorm network operators would have used SOME sort of ticketing system that you would have been exposed to , if even from the 'customer' side.
If your google-fu is so weak as to have not found these , then I fear for your customers.
there is even a nice wiki page comparing all the products..
http://en.wikipedia.org/wiki/Comparison_of_issue_
OTRS (Score:2)
Major missing point... (Score:3, Insightful)
dotProject (Score:2)
doyourownwork = asshole (Score:5, Insightful)
So to all the douchebags who criticize people who ask questions on Slashdot: FUCK YOU.
Mojo Helpdesk (Score:3, Informative)
Hope this helps.
Re: (Score:2)