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
5
votes
1 answer

Is there a way in ClearQuest to query on a list that is contained in a document?

I have a list of defect ID numbers contained in a Word document and want to know if there is a way to use that list in a ClearQuest query or an SQL query in ClearQuest to move just those defects to a new State. We're talking possibly hundreds of…
Chris
4
votes
4 answers

Using ClearQuest for a inventory management application

Has anyone used IBM Rational ClearQuest to create schemas for a inventory management or similar application? We're being "asked" to use this tool because it's already bought and paid for to web-enabled some legacy systems but I think it's…
user82068
  • 63
  • 4
4
votes
2 answers

Clearquest query

I have been searching for a while and could not find a single example... Using C# and Clearquest API I would like to do something as simple as running a query (for example get a list of CR's by owner) How do I programatically create a CQ query?
RanH
  • 740
  • 1
  • 11
  • 31
3
votes
2 answers

Can I Use Rational Clearquest API remotely (with no local client bits)

I'm trying to integrate with Clearquest from a remote web tier. The web tier will create a few simple entities (e.g. defects) and query data for a few reports. This web tier can't have the Clearquest bits installed locally and needs a means to…
user1250951
  • 31
  • 1
  • 3
3
votes
1 answer

Problem with Linefeeds in C#

I use System.Environment.NewLine to add a line feed between lines. This is in a C# dll. This dll uses IBM RATIONAL CLEARQUEST API's to insert into Oracle database these values. CLEARQUEST is setup in a Linux box and I am not sure under which OS the…
KK99
  • 1,971
  • 7
  • 31
  • 64
3
votes
4 answers

Has anyone been able to take TFS Team Web Access and successfully expose it to clients?

We have recently switched from the Rational stack (ClearQuest/ClearCase etc..) over to TFS 2008 for our .NET group and one of the challenges that we are seeing are some of the limitations of the Team System Web Access as far as what work items a…
rayray2030
  • 565
  • 1
  • 5
  • 11
3
votes
2 answers

How to store user credentials for script

I am required to utilize an old version of ClearQuest 7, and the only APIs that are enabled in our installation are for VBA (Excel) and RatlPERL. (The REST API isn't an option for us - although it suffers the same cleartext credential problem.) I've…
Mogsdad
  • 44,709
  • 21
  • 151
  • 275
3
votes
6 answers

How would you migrate a multi-site ClearCase/ClearQuest environment to all Open Source?

I work in an multi-site environment that's currently using Rational ClearCase for source control and Rational ClearQuest for issue tracking (I accept your condolences ahead of time). As a rough estimate I would say this is supporting 200…
mwilliams
  • 9,946
  • 13
  • 50
  • 71
2
votes
1 answer

WebMethod() is slow on each execution compared to when I run it as a windows application

I have developed an application that interacts with IBM ClearQuest. The problem is that when I run everything locally, such as, run the webservice local and then ASP page local everything is at the speed I expect. When I post the webservice…
Sean P
  • 949
  • 4
  • 22
  • 41
2
votes
1 answer

Pinpoint specific file and version in ClearQuest

We have a CR which is figured out to be fixed as part of an enhancement. This enhancement has a activities with huge number of files checked-in. Now if I make this CR invalid duplicate of the enhancement, the client has to scan through the list of…
pall
  • 345
  • 3
  • 7
2
votes
3 answers

ClearQuest Custom Email

I'm trying to create a custom email for ClearQuest in order to: format the message more neatly include a hyperlink to a change request (which is based on the Defect schema) on our local intranet The only way I know of to send an email is to add…
E-rich
  • 9,243
  • 11
  • 48
  • 79
2
votes
1 answer

ClearQuest Perl API - Value not set unless I print it?

I have a ClearQuest API script written in Perl. If I do this: #print qq(DEBUG: Buildsheet ID is "$buildsheetId"\n); $cq->SetNameValue("ParentBuildSheetID", $buildsheetId); # # Now Create the Record Type and Fill in the Fields # my $record; eval {…
David W.
  • 105,218
  • 39
  • 216
  • 337
2
votes
2 answers

Show SQL query results in Sharepoint

I support Rational clearquest for my company and have been asked to show some of the data in Sharepoint. I can query the data in Clearquest no problem (Using Toad) but have no idea about how to go displaying it in Sharepoint. The data I'm querying…
JoeOD
  • 129
  • 2
  • 5
  • 13
2
votes
0 answers

Clearquest Api C# Sort Order

I am having trouble sorting a result set by a field using the ClearQuest Api in C#. I was trying to follow this tutorial but it seems like the methods are not the same in the C# ClearQuest Api. If someone could post an example of how to sort a data…
GabeMeister
  • 1,668
  • 4
  • 22
  • 28
2
votes
1 answer

In ClearQuest, How do I generate a query in SQL Editor that allows me to prompt the user for a value?

I generate a ClearQuest query using the Query Wizard. In the Query Editor, I am able to select a filter for a given field. However, I want to refine the query using the SQL Editor, but then I loose the ability to have a dynamic filter. How can I…
user21771
  • 21
  • 2
  • 2
1
2 3 4 5 6 7