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

How to get all executionworkitem in testplan using RQMUrlUtility

HI,

I'm trying to retrive all executionworkitem (TCER) in my testplan using RQMUrlUtility.
but there is no info about that in testplan.xml ?  (only Test testcase and testsuite)

I see urn:com.ibm.rqm:testplan:XX in executionworkitem.


0 votes


Accepted answer

Permanent link

HI Krzysztof,


The RQM URL Utility is a Java-based command line utility for invoking the RQM Reportable REST API (see https://jazz.net/wiki/bin/view/Main/RqmApi).  Simply put, it's a HTTP client with some RQM Reportable REST API-specific support.  It's intended to be sample tooling.  Unfortunately, the RQM URL Utility does not support request parameters, which are required to query for TCERs (test case execution records or execution work items) associated to a test plan.  For this, you need fields filtering (see https://jazz.net/wiki/bin/view/Main/RqmApi#fields):

<feedUrl>?fields=feed/entry/content/executionworkitem/(testplan[@href='<resourceUrl>']|*)

I would suggest using a different HTTP client (e.g. https://jazz.net/wiki/bin/view/Main/RqmApi#Code_Examples) and fields filtering.

Krzysztof Krzywdzinski selected this answer as the correct answer

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,027

Question asked: Nov 27 '18, 6:40 a.m.

Question was seen: 1,712 times

Last updated: Nov 27 '18, 7:01 a.m.

Confirmation Cancel Confirm