How do you pull defect/work item comments into reports in RPE/RRDI?
![]()
Hello,
My client has requested for my team to build a report that pulls the comments on Defects into a report, but so far we have been able to locate comments for Work Items in the data warehouse. What is the best practice for pulling comments on Defects into custom reports in RRDI and RPE?
We are currently using CLM v 5.0.2.
Thank you in advance!
|
Accepted answer
![]()
Hi Torin,
The work item comments are not stored in the data warehouse, so they're not available in RRDI reports at all (as mentioned in the other answer, only the comment count is stored). The comments are available via the reportable REST API however, so they could be included in an RPE report. For example, the following URL would pull all work items with their comments: https://<server>:<port>/ccm/rpt/repository/workitem?fields=workitem/workItem/comments/* Torin Denniston selected this answer as the correct answer
Comments Thank you Alanna! This is exactly what I was looking for. Is there a data dictionary-style reference for URLs like the one above? The Data Dictionary seems to be missing references like the one you provided. Yes, the data dictionary is a bit more geared towards data warehouse reporting, rather than live (RPE) reports. For the reportable REST, take a look at this info center topic:
|