Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

CQ Rest API "View Record" returns only ID

 I am using powershell to try and pull defect info from clearquest. I am using REST API and specifically testing out the "Create Rest URI Wizard -> View Record" from the CQ web page. When I Invoke-RestMethod from powershell on the generated URI I only receive back the record ID, and when I enter the URI into a browser all I see is a blank page with again.. just the record ID. I should be able to see more right? like the description. headline, severity, owner, etc...


code

$response = Invoke-RestMethod -Uri $uri1
write-output $response

output
<?xml version="1.0" encoding="UTF-8?>


Any help or direction would be life saving. I did ensure that XML/ATOM is enabled with REST URI's and that Credentials can be passed with URIs from the site configuration.

0 votes


Accepted answer

Permanent link
Hi Joshua,

this is not a ClearQuest Forum, and especially not a Clear Quest API forum. I would suggest to consider to search the internet for dedicated ClearQuest Forums.
Josh Miller selected this answer as the correct answer

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 233
× 137
× 3

Question asked: May 18 '20, 2:29 a.m.

Question was seen: 1,270 times

Last updated: May 18 '20, 4:08 a.m.

Confirmation Cancel Confirm