On the difference between Bug Tracking and Help Desk software

Difference bug tracking and help deskThere's a long-running debate whether a bug or defect tracking software tool is just a synonym for a help or service desk issue tracking tool, and there are plenty of blogs and web pages that tell you whether the writer prefers Bugzilla, Jira, Fogbugz, OTRS, Trac, Mantis, RT or another alternative. Most are written from within a technical bias, and you'll read stuff like "use a Java-based issue-tracking system because Java is the most widely-used language". Which might be true if you are already using Java, or have landed from outer space and want to take up programming, but otherwise is a fallacy.

For me, there is enough of a difference between bug tracking and help desk support that I would look for two rather than one tool as a solution.

My argument is that as a company grows, differences in requirements will grow from subtle and minor to serious, and the cost of changing the solution downstream will be greater than the cost of doing it right from the onset.

What differences might there be?

The target audience for the help desk software is going to be different: agents and customers rather than developers. In many situations the help desk will be used by people without user logins but who can still raise requests. Most of the time, the bug tracking software will be installed inside the firewall on your development servers whereas the help desk software could be part of a self-service web portal on an Extranet or public web site.

The help desk will handle a wider range of types: requests for information, queries about accounts, lost or forgotten credentials, suggestions and feature requests. Some of these may become bug reports, but they don't default to that. Monitoring is also going to be different - a bug database may be fine as a list of things to do, but a customer request should not be allowed to linger unattended. The bug tracking system ought to be inter-woven with code management, as Bugzilla or Trac (and others) integrates with SVN or Git.

Which features are most important?

Sometimes, the difference in importance of features will be a question of degree. The number of times I'd use an iPhone app to check bugs in my Bugzilla developer account would be much lower than the value I'd get in checking open customer tickets via my iPhone just before entering that customer's building for a meeting.

Other features are probably of equal importance. Both benefit from good integration with email to avoid having one conversation thread in the tracking system, another in email. Both can be used for metrics: release-gating bugs on the one hand or critical open customer issues on the other. It is beneficial for both if anyone capable can intervene and help, rather than sending a request to one specific person via email.

Document control requirements in ISO 9001:2015: What you need to know

One thing that isn't such a big issue for small companies is license cost. Most of the tools mentioned are open source and even proprietary tools such as Jira have a low entry cost.

I won't argue that some features are a matter of life or death for a small company, but when you grow into a bigger company some or all of the following could be extremely important: computer-telephony integration, service level agreements, web portal branding, workflow customisation, ticket routing, call monitoring and integration with a knowledge base.

To repeat my point: changing from a bug tracking tool to this type of help desk support is going to be hard. If you have two solutions running side-by-side from the start, you can take the decision to scale up your investment in the help desk / customer issue tracking system whenever you need it.

Conclusion

At CogniDox we use OTRS (Open-source Ticket Request System) to manage tickets from our customers. We also use the data as statistics to see how many tickets are raised / open for each customer account. If something in a ticket is a bug or enhancement request that requires code change, it is converted into a Trac ticket and that's integrated with our SVN code repository. SVN check-in comments are scanned for Trac ticket numbers which makes determining release branches easier.

OTRS  is open source software that is used to assign tickets to incoming queries and track further communications about them. There are no software license fees, but it is possible to engage the company (OTRS AG) for a range of support packages. According to their website, adoption is now at over 80,000 corporate groups worldwide with leading names such as NASA, Siemens, Nokia, and Toshiba among their customer list. As well as the help desk software we use, they also offer an ITIL V3-certified IT service management (ITSM) solution and an iPhone App.

We switched to OTRS after leaving Conexant, where we used ClearDDTS. Ownership of DDTS moved from Pure Atria to Rational to IBM and is now no longer available. It is still supported but not updated for newer operating systems. So it was lucky we didn't like it much, couldn't afford it and then changed solutions. All of the open source projects we used from that time still survive or have forked into something as good, which puts a different slant on what it is to be "maintained and supported software".

Risk based thinking eBook

Tags: Help Desk Software, Product Management, Open Source Software

Paul Walsh

Written by Paul Walsh

Paul Walsh was one of the founders of Cognidox. After a period as an academic working in user experience (UX) research, Paul started a 25-year career in software development. He's worked for multinational telecom companies (Nortel), two $1B Cambridge companies (Ionica, Virata), and co-founded a couple of startup companies. His experience includes network management software, embedded software on silicon, enterprise software, and cloud computing.

Related Posts

Assisting unassisted support - why document management matters

A few days back I upgraded to version 4 of the Mozilla Firefox browser because I wanted to test the ...

Integrating CogniDox (more) with Bugzilla 4.0

You’re a software development leader who takes managing an application lifecycle seriously. You’ve ...

Pros and cons of a phase gate process in new product development

Will a phase gate process hold back or enhance your new product development? What are the pros and ...

How's your Quality Management? Ad hoc, analytical or chaordic?

How can you help your business evolve its mindset to achieve the most instinctive, frictionless and ...

How Lean Documentation Creates Customer Value In The Development Cycle

In a Lean approach to product development, customer value is defined as ‘everything the customer is ...

Version 1.7 of OfficeToPDF available

Today we released version 1.7 of our OfficeToPDF open source project for PDF conversion. You can ...

Convert Office documents to PDF using OfficeToPDF 1.5

We’ve made a new release (1.5) of our OfficeToPDF open source project and pushed the code to its ...