It's all about the answers!

Ask a question

RQM OSLC Issue : testcase ATOM feed for project area Control Unit System Development (Tests)in xml response


Hanamant Chougala (153) | asked May 20 '20, 5:19 a.m.
Scenario :

I have test case under test plan. I am trying to get the test case details from the test plan using below  OSLC :


but it's returning below details in response :

<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title type="text">testcase ATOM feed for project area Control Unit System Development (Tests)</title>
    <id>https://xxxxx/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/yyyyyyyy/testcase</id>
    <link href="https://xxxxx/qm/web/console/" rel="alternate"/>
    <link rel="self" href="<some link>"/>
</feed>

What is this testcase ATOM feed for project area?

Could you please help me to get the correct data.

Thanks in advance

2 answers




permanent link
Fabian Lomeli (1013) | answered Jun 26 '20, 4:16 p.m.
Try also to append the '&strictFields=true' at the end.  It might help you to identify whether there is an error/restriction/or something with the use of 'fields' parameter.

The <title type="text">testcase ATOM feed for project area Control Unit System Development (Tests)</title> is telling you this is feed page of results from your 'Control Unit System Development (Tests)' project area.

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.