RQM OSLC Issue : testcase ATOM feed for project area Control Unit System Development (Tests)in xml response
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>
<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
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.