It's all about the answers!

Ask a question

How do I to get Suite Execution Record with filter artifacts through OSLC?


Samanwita Majumdar (5033740) | asked Apr 24 '14, 6:50 a.m.
I am using follow url to get Suite Execution Record:


https://<host>:<port>/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/OWC+Solution+Testing+20130523/suiteexecutionrecord?fields=feed/entry/id[@value='https://<host>:<port>/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<QM project area name>/suiteexecutionrecord/urn:com.ibm.rqm:suiteexecutionrecord:315']

Similar exercise I am trying for Test Case Execution record for a particular test case.

https://owc-development.us.dst.ibm.com:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/OWC+Solution+Testing+20130523/executionresult?fields=feed/entry/content/testcase[@href='https://owc-development.us.dst.ibm.com:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/OWC+Solution+Testing+20130523/testcase/urn:com.ibm.rqm:testcase:1318'

Execution of both the queries result in Invalid URI.
Please help with valid suggestion so that we can overcome this issue.

Thanks,
Samanwita

2 answers



permanent link
Stephane Leroy (1.4k149) | answered Apr 24 '14, 10:54 a.m.
JAZZ DEVELOPER
Hi

you may want to check that you're correctly authenticated (& authorized) on the Jazz server and then double check that you provided the expected HTTP headers in your request ?
For your reference, the following blog post ( http://sleroyblog.wordpress.com/2013/04/09/querying-rqm-40-through-oslc-and-rest-api/ ) recalls (among other URL samples):
 1) what the headers should look like
 2) some basic toolings (Poster, RESTclient, etc.) for troubleshooting your problem.

Regards,
Stéphane

Your answer


Register or 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.