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
0
votes
0 answers

Error in reading OSLC response & executing sparql using jena

I'm using OSLC V2.0 to get the data from clearquest (as RDF), save it as a ".rdf" file & execute a sparql query over that file using Apache-Jena. Data from OSLC response:
Ragul
  • 335
  • 1
  • 3
  • 12
0
votes
1 answer

Nested conditions in where clause of OSLC

Are nested conditions possible in WHERE clause of OSLC? Ex : oslc.where=(name="James" and age>25 and (operatingStatus=null or operatingStatus="Active") ) If not, what is the way to extract using such nested WHERE condition? Am new to OSLC. Any help…
Ragul
  • 335
  • 1
  • 3
  • 12
0
votes
1 answer

ClearQuest Perl : how to clear a list of values? SetFieldValue doesn't work on lists

New to Perl and new to ClearQuest Perl API both. I am trying to clear some values from a CQ form. I am able to clear values by simply setting the value to "" but it doesn't work on lists. Any idea how this can be done? # following doesn't work on…
0
votes
1 answer

Use UrlFetchApp service to get data from remote server (IBM Clearquest)

I shall put my requirement first. I need to get query data from IBM rational clearquest web server using google apps script. Solution I found: I have googled and found that a Rest URI can be created in Clearquest for running a query. I have created…
0
votes
2 answers

What are the different states in Clear Quest defect life cycle

I have not been using ClearQuest Web for a long time.Can anybody please tell the different states of the defects and its corresponding CQ status ?
Stephen
  • 1
  • 1
0
votes
2 answers

Possibility to change the view in Clearquest

we have Clearquest installed in our project. I have a Clearquest query. When I execute it, it lists all the records per the query. I realise I can only see either 25, 50, 75 and 100 records per view. Will it possible to increase the number of…
Rational Admin
  • 131
  • 2
  • 7
0
votes
2 answers

How Do I Jump states in ClearQuest?

Hi, I have a requirement, i need to modify a ClearQuest schema. This modification is done based on the application name(application_name field)in the form. For a particular…
user3437212
  • 637
  • 1
  • 10
  • 20
0
votes
1 answer

Can Perl monitor for pop-up and automatically select Yes?

I have the below code embedded in a script where I can inserting records into a database through the business logic layer. When I ran the script a Win32 dialog box popped up and asked me a question in which I responded yes. This dialog box is only…
Matt
  • 69
  • 9
0
votes
1 answer

Import script will not update State field

I am exporting information from one CQ database to update information in another CQ database. I am doing this via a PERL script which utilizes a AdminModify action which opens all field for edit. All fields except the State field which is my…
Matt
  • 69
  • 9
0
votes
2 answers

Mining clearcase

We recently had an incident at work where one of our sysadmins deleted the ClearQuest database without any backups. We are left trying to use the data in Clearcase to rebuild activities and files modified due to this incident. What would be a good…
michael_clarke
  • 171
  • 1
  • 2
  • 11
0
votes
1 answer

ClearQuest query - how to get XML output

I have the following ClearQuest query: https://anst-tg2.com/cqweb/#/CQschema/ACP/QUERY/79138761&noframes=true&format=HTML How can I modify it in order to get an XML file as output rather than HTML? Please advise.
user5326167
0
votes
1 answer

java.lang.UnsatisfiedLinkError: cqjnilinuxproxy (Not found in java.library.path)

I have webservices deployed on WAS that use Clearquest jars to connect to Clearquest. At runtime, I get the following errors. java.lang.Exception: Cannot parse the output since it has an error. Error = ReasonCode = conflictCRVAP0049E…
user1384205
  • 1,231
  • 3
  • 20
  • 39
0
votes
1 answer

Why ClearCase Explorer is that ClearQuest Web is not supported UCM integration?

I have integration UCM, the problem is that with one specific user when you add new file to source control and connect with CQ record it says: This operation is not yet supported for ClearQuest Web connections. Please use a ClearQuest native client…
taho
  • 21
  • 2
0
votes
1 answer

Calling Command Prompt from Rational Clearquest doesnt work

By using Rational Clearquest Eclipse Designer I have created hook under which I have below code, system(java -jar My question this works fine in Windows Clearquest Client not in Webclient. What…
0
votes
2 answers

How to edit record value in Clearquest

Mistakenly, I have put the wrong value in one the record in ClearQuest, now I want to edit the value but unable to do it. I have put the value in following steps: login to ClearQuest for Windows Client Action > New As per Screenshot, I take this…
LivCool
  • 253
  • 1
  • 12