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

how to display list of executionworkitem and subsequent list for each work item in RPE?

 Hi Guys,
I am trying to display the list of 'executionworkitem' and subsequent result details for each of the work item. As an example, i can get the workitem list but cannot get the list under each of the workitem. I appreciate any effective answer or clue.

0 votes



One answer

Permanent link
To get the list of resources, use feed url. You can get the executionworkitem feed url though using testscript identifier.

var pos=identifier.indexOf(/testscript/);
var configURI=identifier.substring(0,pos);
configURI=configURI + "/executionworkitem?fields=feed/entry/content/executionworkitem[testscript/@href='" + identifier + "']/*"
configURI

From executionworkitem get feed, you can get executionresult url (feed/entry/content/executionworkitem/executionresult/href) and then print executionresult data.

0 votes

Comments

 Hi Prasad,

Thanks a lot for your reply. I have list of step results like (No, actualValu, Expectected,Defect no etc) linked to each Run which is linked to each of TCER NO. When I print steps from each run prints one after another without giving me control to differentiate what run number belong to which steps. is it possible to achieve this certain way? I appreciate your effort to help me.

 

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: Dec 15 '16, 11:50 a.m.

Question was seen: 1,363 times

Last updated: Dec 22 '16, 10:43 a.m.

Confirmation Cancel Confirm