How can I discover the alias from a RQM PA if I have over 512 PA?
Hello,
I've been using the Project Feed Service to get the aliases from RQM Project Areas (https://server:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/projects). However, as the number of Projects Areas increased, I found out that the feed displays a limited number of Project Areas (512). As of now, I have over 1000 Project Areas, so I am able to see only half of them through this feed. I checked the Advanced Properties page in RQM, and changed the "Max Feed Entries/Page" property under "com.ibm.rqm.integration.service.internal.IntegrationService" to 1000. However I got the same number of Project Areas. Is there a way to paginate the feed so I can navigate through all my Project Areas? Or is there an alternative way to get the aliases from the Project Areas? Thanks in advance. |
Accepted answer
The size of a feed page is variable. When a feed spans multiple pages, a link to the next page is provided in the current page (see ATOM paging specification). Note, a feed page size more than the maximum of 512 is rounded down to 512. For more information, see https://jazz.net/wiki/bin/view/Main/RqmApi#Advanced_Properties and https://jazz.net/wiki/bin/view/Main/RqmApi#Feeds.
Andre Gusmao selected this answer as the correct answer
Comments
Andre Gusmao
commented Sep 10 '14, 6:28 p.m.
Thanks Ara and Paul. I checked the feed but could not find any links to other pages. I tried adding a page parameter to the URL (https://server:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/projects?page=2), but I always getting the same page with the first 512 Project Areas. I searched the XML, but couldn't find anything related to pagination there. Am I missing anything?
Hi Andre,
Andre Gusmao
commented Sep 15 '14, 5:35 p.m.
Thanks Paul!
Unfortunately, there is no work-around. I would suggest to open a RQM PMR so we can backport this fix to a iFix release.
Andre Gusmao
commented Sep 16 '14, 2:51 p.m.
Paul, once again thanks for you help. I guess I'm out of options, so I will have to open a PMR.
|
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.
Comments