When using RQM restapi to get the case execution results, get a 400 error!
<feedUrl>?fields=feed/entry/content/testplan[customAttributes/customAttribute/name="Build Id" and (customAttributes/customAttribute/value="12356")]/*
About IBM Engineering Test Management
Version: 7.0.2 SR1
One answer
4000 is not a valid HTTP status code. Perhaps you meant 400.
What is feedUrl?
Have you tried performing a GET on the URI of the test execution results?
Alternatively, discover the OSLC Query Capability for TestExecutionRecord and query for it.
See https://docs.oasis-open-projects.org/oslc-op/core/v3.0/os/discovery.html and https://docs.oasis-open-projects.org/oslc-op/query/v3.0/os/oslc-query.html
Alternatively, discover the OSLC Query Capability for TestExecutionRecord and query for it.
See https://docs.oasis-open-projects.org/oslc-op/core/v3.0/os/discovery.html and https://docs.oasis-open-projects.org/oslc-op/query/v3.0/os/oslc-query.html
Comments
Hongxi Fang
Jul 10 '23, 4:15 a.m.Thank you in advance for your answers.
Michael Rowe
FORUM ADMINISTRATOR / FORUM MODERATOR Oct 19 '23, 2:19 p.m.Have you tried David's recommendations below? If so, did it still fail? If so, did you raise a support request?