we have a hardware/software product for which we sometimes get enhancement or bug fix requests from users who email us.

should we create a form on our website where they can enter the requests themselves or should this really be done internally by the person receiving the email?

we're a fairly small team so we're hoping we can somehow streamline and encourage requests coming in so we can use our time to work on the product.

link|improve this question

79% accept rate
feedback

3 Answers

up vote 1 down vote accepted

I would suggest using a two-layer ticketing system. The workflow would be something along these lines:

  • The end users create tickets on an outward facing server.

  • People from your team have a look at the tickets. It would help if some heuristics were available to detect if there are similar tickets already in the database, to facilitate merges.

  • Your people should then be able to move select tickets to the ticketing system used by the the development team. This way, useful tickets entered by end users can be used directly without someone always having to copy/paste from a mail message, while at the same time the internal ticketing does not get swamped with duplicates and spam.

  • Optionally, your development team could make some of their own tickets visible on the outward facing ticketing system, so that end users that actually care can avoid submitting the same issue twice. Keep in mind that you may have to scrub internal information (e.g. developer names) before making a ticket visible to the public.

link|improve this answer
ok - would zendesk + pivotal tracker be a solution? – b20000 Mar 24 '11 at 16:04
@b20000: I have only used such a system - I never had to set one up, so I cannot really offer suggestions on the implementation... – thkala Mar 24 '11 at 19:11
feedback

Pick one product.

Have two projects/areas within the product:

  1. "help desk" project/area where customers can see and enter their own tickets only.
  2. "development" project/area where internal staff track their work items.

Simply move, copy or link things between the two projects.

If you want to see this kind of setup in action: watch the "help desk" video here: http://www.geminiplatform.com/videos

We even get our emails converted straight into the "help desk" project/area.

Just keep it simple and don't go mad with implementing complex processes.

Yes, I'm a big fan of Gemini!

link|improve this answer
feedback

Personally I would allow the users to enter questions directly and then merge the requests up internally.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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