Tags:
create new tag
view all tags

Question

I was wondering if sombody has developed a plugin to interface with the "Clearquest" to query/present the defect database via twiki.

I did find plugins for mozila, but couldn't find any references for clearquest. The only note I found was in the "SuccesStories" for "Motorola", where it is mentioned that they have integrated the clearquest with twiki.

Is there anyone who has the "Clearquest/Twiki" integration plugin.??

Environment

TWiki version: TWikiRelease04x02x00
TWiki plugins: DefaultPlugin, EmptyPlugin, InterwikiPlugin
Server OS: Redhat Enterprise Linux 4.0
Web server: Apache
Perl version: 5.6.1
Client OS: Redhat Enterprise Linux 4.0
Web Browser: Firefox
Categories: Missing functionality, Contributing code, Deployment, Plugins, Add-Ons

-- SrikanthKrishnamachary - 06 May 2008

Answer

ALERT! If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.

Haven't done it, but I would be interessed to see how it works. Here are some ideas / guidelines :

  • Without clearcase plugin, a workaround could rely on DatabasePlugin, and the perl db2 driver ( see http://www.ibm.com/software/data/db2/perl/ ) to access the db2 database. However note that this DatabasePlugin provides "select", and some basic "update" feature. You would then be able to print some reports, which seems to be what you need. There used to be some bugs related to the insert/update feature of DatabasePlugin. See the plugin page for details. Consider using a read-only account to access the database, because using DatabasePlugin will allow modification of the Sql code in the topic. If you need to update contents in the database, use the clearcase's API's instead of direct access to the database : see below..
  • In order to develop a real clearcase plugin, I suggest clearcase's perl API such as described in http://www.ibm.com/developerworks/rational/library/4711.html

-- OlivierThompson - 07 Jul 2008

Change status to:
Edit | Attach | Watch | Print version | History: r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r2 - 2008-07-07 - OlivierThompson
 
  • Learn about TWiki  
  • Download TWiki
This site is powered by the TWiki collaboration platform Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2026 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.