1

I'm working on integrating Bugzilla with HP Qc. I'm performing this by using perl script by directly manipulating the database using sql commands. I want to use the web services of Bugzilla. I have gone through the Bugzilla webservice API but tat wasn't enough to get started. I'm a beginner and this is the first project of my career. How do I go about this?

Linger
  • 14,942
  • 23
  • 52
  • 79
Anitha
  • 11
  • 1
  • 2

2 Answers2

0

Check out the Perl script bz_webservice_demo.pl in Bugzilla's contrib directory, it shows how to talk to Bugzilla via XMLRPC.

Chris Fulstow
  • 41,170
  • 10
  • 86
  • 110
0

There are a few things you could do:

  1. Export defects from Bugzilla into a spreadsheet and upload it into Quality Center
  2. Use the Open Test Architecture API (OTAClient.dll) to update defects in Quality Center
  3. Use the HP Synchronization Server and build an adapter

Using the HP Synchronizer is probably the only "real" way to do it. Though you could potentially build your own sync mechanism, potentially using just OTA and a message queue.

There may be an existing adapter available from proficom-ag based on a presentation I found via a web search

niels
  • 7,321
  • 2
  • 38
  • 58
fijiaaron
  • 5,015
  • 3
  • 35
  • 28