Tell me more ×
Answers OnStartups is a question and answer site for entrepreneurs looking to start or run a new business. It's 100% free, no registration required.

I currently have a simple form for customer feedback / customer issues, this form send an email to support@ourwebsite.com and then we check that and reply to any inquiries.

I'd like to implement a proper ticketing system where a ticket is opened for each issue, and replies can be done via email or via a form (that displays all previous replies), etc.

Does anybody know of such a beast ?

share|improve this question
1  
There are very many such systems. I'm a little taken back by you not listing which systems you have already researched, and asking for more targeted advice on their strengths and weaknesses. As a bare minimum, at least mention your preferences for self-hosted / hosted, programming language, and free of charge / commercial offering. – Jesper Mortensen Oct 8 '10 at 9:22
I'm closing this because list/poll/recommendation questions are not a good fit for the Stack Exchange network. From our FAQ: "To prevent your question from being flagged and possibly removed, avoid asking subjective questions where every answer is equally valid...". Also see meta.stackoverflow.com/a/128561. If you have a question that falls in this category you can try asking in our chat. – Zuly Gonzalez Jun 20 '12 at 12:54

closed as not constructive by Zuly Gonzalez Jun 20 '12 at 12:52

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.

4 Answers

up vote 4 down vote accepted

I found Hesk very useful.

share|improve this answer
looks great actually, will give it a spin. – Sherif Buzz Oct 11 '10 at 11:54
Installed, customized to fit with my site, pushed to live and very happy with it. The other option I tried was osticket.com but I found the admin interface rather cumbersome and for some reason, very slow. – Sherif Buzz Oct 11 '10 at 19:42

I think the thing you need is TRAC.

Their own site is the best demo of their tools, since it is actually rendered by it ! http://trac.edgewall.org/

It provides a ticketing system, a wiki, can be linked to SVN and has a lot of plugin/extension

We use at in my company and are very happy with it

share|improve this answer

The type of software you're describing sounds like Customer Relationship Management (CRM). I often use Freshmeat to browse for Free, Open Source Software (F/OSS). You can find all the F/OSS tagged as CRM, sorted by popularity, by following this link:

http://freshmeat.net/tags/crm?sort=popularity&with=&without=

There are currently 69 CRM projects listed there!

DISCLAIMER: I've developed proprietary CRM s/w before, but I've never used any of these F/OSS CRM projects, so I can't vouch for any of them. However, this list should provide a good starting point for your search and evaluation. Good luck!

share|improve this answer

Does tools like uservoice.com & http://getsatisfaction.com/ - easy to setup and very intuitive

share|improve this answer
those both seem a little overkill for what we're looking for, and also not free/oss :) – Sherif Buzz Oct 11 '10 at 11:53

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