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

How to report on Parent and Children work item in RPE.



Guys i am developing a report on parent and child work item in RPE. I am trying to have the report show the parent and the child associated to it. I believe this will have to do with the link between the two. I want to ask if anyone has developed this kind of report and if they can share the template i will really appreciate that. If also there is a link to help develop this that will work as well.



0 votes



One answer

Permanent link

You can get these details by querying on workitem/workItem/auditableLinks.
To get parent workItems, you can use the following filter:
name == "com.ibm.team.workitem.linktype.parentworkitem"
You can reconfigure the (another) data source by setting its URI to workitem/workItem/auditableLinks/targetRef/referencedItem/reportableUrl
and then print the parent workitem details.

The above screenshot shows how to print parent WIs. You can explore this further to print child WIs.

0 votes

Comments

Thank you Prasad. This is what i am looking for. Also is there a way to flip this to have the parent at the top and child at the bottom? Thank you 

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
× 6,125

Question asked: Nov 29 '18, 1:29 p.m.

Question was seen: 2,501 times

Last updated: Dec 10 '18, 10:45 a.m.

Confirmation Cancel Confirm