RTC BIRT Report: How to recursively traverse all the work items with the "Depend On" linkage?
I can use embedded dataset but the depth of the linkage tree has to be known at the build time. I'm wondering if there is any way to dynamically traverse all the work items recursively.
Here is an example:
workitem-1
depends on
workitem-2
depends on
workitem-3
.....
.....
How do I build a BIRT report to dynamically traverse deep down to the bottom of the tree and bring back all the work items?
Thanks.