ExecutionResult Feed Question
Hi,
the link to the ExecutionResult Feed is: https://:/jazz/secure/service/com.ibm.rqm.integration.service.IIntegrationService/resources//executionresult?abbreviate=false The problem is if lets say the items per page option of the Jazz administration is set to 50, then my feed shows at most 50 Execution Results. How can i get to following Pages, which show me Execution Results 51 - 100 and so on. What is the URL for that? And, additionally, is there a way to apply a filter for the feed specified in the URL? Thanks in advance, Finaris |
2 answers
To get subsequent pages of the feed you need to specify two additional CGI params (the args that come after "?" in the URL).
The params are: token= page= Hope that helps. Regards, John Nason Hi, |
Hello John Nason
Related question....
While getting execution result via APIs using URL https://<servername>/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<projectname>/executionresult how can I specify the modified date in the query to say I want to fetch the results between two dates?
We are building our own dashboard which will pull the various data from various tools (TFS, RQM, CQ etc). We want the dashboard to show the RQM results from last one week, day etc. FOr that we should able to specify the date range in the query so that RQM server can bring us only the data we need.
|
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.