How to know the corresponding url of clearquest web query

278 views Asked by At

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 url of the query.

1

There are 1 answers

0
VonC On BEST ANSWER

As illustrated here, it can be an URL starting with:

http://localhost:8080/oslc/cqrest
# as in
http://localhost:8080/oslc/cqrest/repo/7.0.0/db/SAMPL/record/?oslc_cm.query=Found_in_Product_Family="MyDefectFamily"&rcm.type=Defect

This assume you are using the ClearQuest OSLC REST interface, knowing that OSLC 2.0 REST API is a RESTful (Representational State Transfer) interface that adheres to the Open Services for Lifecycle Collaboration (OSLC) 2.0 Core and Change Management (CM) specifications.