Questions tagged [clearquest]

ClearQuest is proprietary issue-tracking software.

ClearQuest is an IBM Rational product for tracking software issues (e.g. bugs and features).

94 questions
1
vote
1 answer

Attaching a ClearQuest DWO to a Jira Story

Our company uses tools in their workflow: IBM Rational ClearQuest (For bug and feature change tracking) IBM Rational Clearcase (Subversion) Code-Collaborator (Code-Review software) Atlassian JIRA (Story management) Right now our current workflow…
Jake88
  • 955
  • 1
  • 19
  • 39
1
vote
0 answers

What is the syntax to write or update records in CQDB for Rational ClearQuest 7?

What is the syntax in Rational CQ 7 API to write or update records into CQDB from an external table like excel using VBA.I want to create a macro in excel where using VBA and the syntax to write/update records into CQDB.So is there any specific…
1
vote
1 answer

Command line syntax for ClearQuest flags

I have a unix shell script which allows me to create ucm projects from the command line (so I don't have to recall all the switches and can do it all in one shot (project, integration stream, dev stream, etc.)). I can call mkproject.sh…
Ian W
  • 4,559
  • 2
  • 18
  • 37
1
vote
1 answer

How do I search ClearCase for an activity to determine if it's been delivered?

We use a combination of ClearQuest and ClearCase for code versioning. We have several activities in FixComplete, but some have been delivered and some have not. We would like to find the activities that have been delivered, and move them to…
MrDuk
  • 16,578
  • 18
  • 74
  • 133
1
vote
0 answers

Option Button hook in ClearQuest

I'm trying to set a text field to display text when a group of two option buttons is set to Yes. (They are Yes and No radio buttons). I have them set so when checked, the value is 1. When Yes is selected, text is supposed to be visible in the text…
ebeth
  • 153
  • 1
  • 3
  • 13
1
vote
1 answer

ClearQuest data migration to JIRA

We plan on migrating from ClearQuest to JIRA. Does anyone have experience migrating the data (exporting from CQ and importing to JIRA)?
Eldad Assis
  • 10,464
  • 11
  • 52
  • 78
0
votes
1 answer

CQConverter.exe for migration of data from CQ to TFS 2010

I am not able to find CQConverter.exe for migration of data from CQ to TFS 2010 under Common7/IDE folder . Can I install it from somewhere ? Will it support Clear quest web client 7.0 and VS 2010 ? Also do we have any other tool other than…
swati
  • 1
  • 1
0
votes
2 answers

Rational ClearQuest : sql query get Watchers accociated with a particular CQ issue

I am trying to query this database cq_production_user that is part of IBM Rational ClearQuest. I have been launching these queries from sql server express 2008 client. How do I get all of the Watchers associated with a particular ClearQuest issue?
drzounds
  • 369
  • 3
  • 16
0
votes
1 answer

Case insensitive ClearQuest queries

How can I make my clearquest search query case insensitive?
Feride Claridge
0
votes
2 answers

On a server works on the other it does not. ¿API dll isn't registered? ErrNo: 80040154

I have installed on a 32bit server a IBM Rational ClearQuest and made a process which uses the api that they provide. And there works perfectly. When I migrate this to another server (64bit) it throws Retrieving the COM class factory for component…
apacay
  • 1,702
  • 5
  • 19
  • 41
0
votes
1 answer

How to know the corresponding url of clearquest web query

after login clearquest web, user can create personal query. I want to use query to export to excel as https://www.ibm.com/support/pages/how-export-query-rational-clear-quest-web-701v-excel-format describes. However, I can't find a way to know the…
yk42b
  • 179
  • 3
  • 15
0
votes
1 answer

How to get all defects in ClearQuest by HTTP Restful API

This question should be easy if you are familiar with ClearQuest, unfortunately, it's an old tool and there is not much useful resources on the Internet. I only found one article helpful…
Crypto营长
  • 149
  • 3
  • 14
0
votes
2 answers

kafka-server-start.bat results with ClearQuest\cqjni.jar was unexpected at this time

Kafka_2.12-1.0.0 CMD as Administrator: C:\kafka_2.12-1.0.0\bin\windows>kafka-server-start.bat C:\kafka_2.12-1.0.0\config\server.properties results with: \IBM\RationalSDLC\ClearQuest\cqjni.jar was unexpected at this time. Nothing more in cmd…
0
votes
1 answer

Remove Defect from Iteration ClearQuest API

There can multiple defects attached to an iteration.How can I remove a particular defect from iteration using ClearQuest Perl API? $bfSession = CQSession::Build(); $bfSession->UserLogon($userID,$passwd,$dbname,$dbset); #Get iteration…
A.Learn
  • 158
  • 14
0
votes
2 answers

ClearQuest order by

I am using Clear Quest 7.0.1.4 and have created a Personal Query. However, I can't figure out how to get the Query to automatically order by one of my fields. How do I do this?
MikeTWebb
  • 9,149
  • 25
  • 93
  • 132