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.
One answer
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.