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

RPE - RQM - 6.0.6.1 - Test Cases Missing from REST API Request Query

 Using the 


https://[HOST]/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/[PROJECT]/testcase?abbreviate=false&oslc_config.context=[GLOBAL CONFIG]

REST API request, the request returns a list of test cases, but it seems there is only a partial list and some test cases are missing from the returned results. Please advise?

0 votes


Accepted answer

Permanent link

 Hi Glyn,


When there are more no of test cases or test artifacts on the server, the paging strategy is used. Please check the returned XML feed, it should have few links with content rel="self" or rel="next" or rel="last" with href for the appropriate page.

Something like 
<link rel="next" href="https://[HOST]/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/[PROJECT]/testcase?amp%3Btoken=_ut9xAAO9Eeu0z75CNbq_GQ&amp;abbreviate=false&amp;amp%3Boslc_config.context=[GLOBAL_CONFIG]&amp;amp%3Bpage=1&amp;token=_qOkYEAO-Eeu0z75CNbq_GQ&amp;page=1"/>

Thanks,

Glyn Costello selected this answer as the correct answer

0 votes

Comments

 Thanks, I increased the number of artifacts per page to a number larger than the project and this removed the need for paging. 

You can note that RPE automatically handles paging. Though you see only 50 (or whatever number of artifacts per page) artifacts, the output generated  by RPE will contain all artifacts.

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

Question asked: Sep 29 '20, 5:25 a.m.

Question was seen: 912 times

Last updated: Oct 02 '20, 9:30 a.m.

Confirmation Cancel Confirm