0

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.

yk42b
  • 179
  • 3
  • 15

1 Answers1

0

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.

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250