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
2 answers

Is there a way to use ClearQuest REST API with automatic login disabled

I am trying to use the ClearQuest API to run and get the results of a public query. Automatic login is disabled. Is there a way I can login via a post request or something? If I can't use the REST API will the Perl API work? Edit: I have recently…
1
vote
5 answers

Application development with Rational ClearQuest

Has anyone had experience with developing web apps using ClearQuest? Looking at the features, it mentions process automation but I'm not sure how large of a process/application it can support. Our group gave up a small section of a larger…
user82068
  • 63
  • 4
1
vote
1 answer

Why doesn't CQ run OSLC requests paralley?

I run some jenkins job parallely . Each job sends an OSLC API request to ClearQuest webserver in same time. I recognize these requests are resolved sequentially instead of paralelly. Each request takes 5 seconds approx. Response times are: 1st…
1
vote
1 answer

Using Excel to Modify CRs in ClearQuest in C#

The way that I was doing this before, was putting Metadata into each individual CR and having the query exported to an excel file. The program would read the Metadata then create new columns with values in them depending on the CR Id number. Is…
Berbies
  • 303
  • 1
  • 5
  • 17
1
vote
1 answer

Need help with CM API (ClearCase)

I need to get particular Stream( perhaps with Activity) from Clear Case (7.1.1 server) and store it on local machine. Let me come up with a User Story: "I'm as admin of central build system want to automate "getting code" step from Clear Case…
RomanB
  • 53
  • 1
  • 6
1
vote
1 answer

ClearQuest - Calling queries via API?

Is it possible to run CQ query, created in Native Client and saved on server, via CQ API calls?
l33dek
  • 21
  • 4
1
vote
2 answers

How to upload attachments in CQ using OSLC queries

Can anyone guide me in uploading the attachment to the Clearquest tool using OSLC queries. I am new to OSLC. so , it would be great help, if anyone provides the steps to perform for uploading an attachment.
1
vote
2 answers

ClearQuest Perl API -- Adding a Child Record to another record

I have a ClearQuest database with a record type called "BuildSheet". On a BuildSheet record, you can attach tasks which are another record type. I thought I could create a task record type, via the BuildEntity Session method, then do a EditEntity…
David W.
  • 105,218
  • 39
  • 216
  • 337
1
vote
1 answer

How to find newly created files in ClearCase

When I check out files I have a new branch for those files. If I create a new file it is not added into the branch until I check the files back in. Before they are checked in the new file is under /Main/LATEST. Is there any way to find all files…
Guerrette
  • 67
  • 1
  • 7
1
vote
3 answers

ClearCase: I am not able to get the files from Clearcase

I'm using the ClearCase as version control tool. When I am creating view in a particular VOB, all the folders has been downloaded from the server. But files are not getting downloaded. For that I am doing as a workaround a 'checkout' of the current…
Thava
  • 79
  • 1
  • 5
1
vote
1 answer

How to access ibm clearquest using python? Are there any good modules?

I am trying to access clearquest queries using python. Could you please help where to start from and which libraries might be useful.
RizaD
  • 21
  • 2
1
vote
2 answers

creating a sharepoint site from clearQuest web server

I have a clearQuest Web (running on Linux) and wants to create a sharepoint site when a new record is created (using a perl script). How can I do it - is there any sharepoint web service that I can use to create a site. I beleive that I need a perl…
avikosan
  • 51
  • 1
  • 2
1
vote
1 answer

How do I associate a ClearQuest TASK with a cleartool mkelem command?

I am attempting to check in hundreds of new files in Base ClearCase. Due to network and server issues, I am wanting to write a batch script of cleartool commands to add each file to source control. All files will be checked in under a single…
Casey Kuball
  • 7,717
  • 5
  • 38
  • 70
1
vote
2 answers

ClearCase-ClearQuest UCM- check-in done by other user user

I have CC-CQ integration enabled. Let's say Record 1 is approved to user A and Record 2 is approved to User B. When user B attempted to check-in some changes using Record 2 for which he/she is the owner( by selecting Record 2 in check-in window),…
user2705120
  • 249
  • 5
  • 12
1
vote
1 answer

ClearCase.ClearTool returns No view context available error

I am trying to run the following code, but the got #error 1 at startview command, and #error 2 in desc command. use Win32::OLE; $ct = Win32::OLE->new('ClearCase.ClearTool') or die "Could not create ClearTool object\n"; $view =…
Jirong Hu
  • 2,315
  • 8
  • 40
  • 63