views:

116

answers:

4

Our QA team uses HP Quality Center for defect tracking, test plans, etc.

The dev team really detests Quality Center and wants to use JIRA for internal task tracking. Can these two systems work seamlessly together?

I have worked on projects where 2 teams used separate issue-tracking systems and keeping them in sync was a major headache.

Anyone have real-world experience integrating Quality Center and JIRA?

+1  A: 

You will need a 'bridge' between Quality Center and JIRA. JIRA has APIs to allow you to build and/or customize these interfaces. I have worked with Orasi, which has a bridge (no idea on the cost).

http://www.orasi.com/products/Pages/Orasi.aspx

http://www.beteoblog.com/2009/01/21/integrating-jira-and-the-hp-quality-center/

Edward Leno
A: 

I'd start by finding out whether it is inertia or specific functionality that makes them think they need to use different tools for very similar tasks. Changing tools is often easier than changing the way people think :-)

~Matt

mdoar
Jira and QC support very different tasks. Or to be more specific QC supports more things than Jira.
yoosiba
A: 

Hey.

QC has many, many, many features that are not in Jira. It would make this post horribly wrong even to list them. I've been working with QC for over 2 years, and although I'm not big fan of it, I must admit, that all those QC features allows it to support almost every QA activity (if tool and testing process are fully and properly implemented in organization).

As for the question, frankadelic you are right, maintaining QC defects and Jira Bugs in sync can be a pain. I would suggest:
a) look at orasi plugin for Jira (link)
b) look at Go2Group plugin for Jira (link)
c) write your own plugin for Jira

Unfortunately in my company none of those 3 solutions were implemented yet, so I can;' say much about them.

yoosiba
A: 

I know that there is a Jira-to-Quality Center bridge that can be purchased, but have no experience with using it.

Our QA group uses Quality Center for writing and executing test cases, but since our development group uses Jira for bug tracking, QA also uses Jira.

The disadvantage, from a QA perspective, is that there is no automatic connection between a bug and the test cases that discovered it, users must manually paste the path to the test case. As can be expected, sometimes this gets left out of the ticket.

I have worked on projects where Quality Center was used by both dev and QA for bug tracking. I felt like it provided a better connection between the bug and the specific testing that discovered it.

I don't know what advantage Jira provides to the development side, but I've yet to meet a developer that likes QC.