How to get total count of RTC workitems in Rational publishing engine
I am generating RPE report which takes RTC parent work item as an input and fetch it's child workitems. Is there a way to get the total count for child work item in RPE?
For e.g, there are n number of tasks and defects associated with the parent work item. I want the total count of task & Defects linked with parent RTC work item.
Is there a way to get that details in RPE?
|
Accepted answer
Hi Anjuri,
RTC's reportable API does not return the count of (child) work items. You should use some variable within RPE template and increment it within the query so as to get the count. You can refer to sample template under %rpe_home%\templates\RTC, where variable _count is used for same purpose.
Anjuri Kelaiya selected this answer as the correct answer
|
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.