vote up 1 vote down star

I have a little experience with bug tracking systems such as FogBugz where help tickets are issues are (or can be) bugs, and I have some experience using a bug tracking system internally completely separate from a help center system.

My question is, in a company with an existing (home-grown) help center system where replacing it is not an option, how should a bug tracking system (probably Mantis) be integrated into the process?

Right now help tickets get put in for issues, questions, etc and they get assigned to the appropriate person (PC Tech, Help Desk staff, or if it's an application issue they can't solve in the help desk it gets assigned to a developer). A user can put a request for small modifications or fixes to an application in a help ticket and the developer it gets assigned to will make the change at some point, apply their time to that ticket, and then close the ticket when it goes to production.

We don't currently have a bug tracking system, so I'm looking into the best way to integrate one. Should we just take the help tickets and put it into the bug tracking system if it's a bug (or issue or feature request) and then close the ticket if it's not an emergency fix? We probably don't want to expose the bug tracking system to anyone else as they wouldn't know what to put in the help center system and what to put in the bug tracker... right?

Any thoughts? Suggestions? Tips? Advice? To-dos? Not to-dos? etc...

flag

71% accept rate

2 Answers

vote up 2 vote down check

Is this for a production system with end users reporting bugs, or for issue resolution during QA?

If it is the former, some live person should triage the help desk tickets and only log as a bug what really is one.

If it is the latter, you should not integrate at all.

link|flag
It need to be for tracking bugs... both those we find internally and the ones end users find... both before and after applications are in production. – Max Schmeling Feb 27 at 19:30
Ok, I think my answer still applies. – cdonner Feb 27 at 19:44
So basically don't integrate them just have someone that "converts" help tickets to issues when appropriate? Obviously could integrate so the person can do that automatically with a button click... – Max Schmeling Feb 27 at 20:14
Yes, of course it is better to not double-key data. – cdonner Feb 27 at 21:02
vote up 1 vote down

Have a promote to bug button on the help desk system, that publish the ticket on the bug tracker, with the appropiate reference info.

link|flag

Your Answer

Get an OpenID
or

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