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

filtering suiteexecutionrecord in RQM

Hi all,

I can list all the suite execution records under the relevant project area by configuring RQM Feed data source with the following URI 


https://<server>:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<project name>/
suiteexecutionrecord?abbreviate=false&calmlinks=true

But I want to achieve two things.

First, listing only those suite execution records whose owner is a specific one. For this purpose I add the fields property to URI as follows:
https://<server>:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<project name>/
suiteexecutionrecord?abbreviate=false&calmlinks=true&fields=feed/entry/content/suiteexecutionrecord[owner='ozgur.akdemir']

This does NOT work. No result is returned. Actually any other attribute (title, webId ) does NOT work either. 

Second, listing only those suite execution records whose test suite is a specific one. For this purpose I used the following URI:
https://<server>:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<project name>/
suiteexecutionrecord?abbreviate=false&calmlinks=true&fields=feed/entry/content/suiteexecutionrecord/*|testsuite[@href='https://<server>:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<project name>/testsuite/urn:com.ibm.rqm:testsuite:180'])

This does NOT work, either.

What is the problem ? 

Özgür Eser Akdemir





 

0 votes



One answer

Permanent link
 
These 2 has worked for me

https://<server>:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<project area>/suiteexecutionrecord?abbreviate=false&calmlinks=true&fields=feed/entry/content/suiteexecutionrecord[owner="qmuser"]

https://<server>:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<project area>/suiteexecutionrecord?abbreviate=false&calmlinks=true&fields=feed/entry/content/suiteexecutionrecord/*|testsuite[@href='https://<server>:9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<project area>/testsuite/urn:com.ibm.rqm:testsuite:1']

0 votes

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
× 12,029

Question asked: Dec 13 '19, 4:44 a.m.

Question was seen: 1,464 times

Last updated: Dec 16 '19, 11:53 a.m.

Related questions
Confirmation Cancel Confirm