Combined Table Report - Work Items
![]()
I would like to write a report that returns the discussion thread for a given set of Work Items. I found the table,
com.ibm.team.workitem.WorkItem to return the Work Items list. Now I am trying to find the discussion thread reference. It is, internalComments.internalId or commentsExtensions.value.internalId? Then what table would I join the with to get the text of the discussion?
|
Accepted answer
![]()
Sorry, the full text of the comments are not available to reports. Generally speaking, we don't expose long strings such as comment values or work item descriptions, nor do we store them in the data warehouse.
Robert Carter selected this answer as the correct answer
|
One other answer
![]()
Do you plan to support comments in DW in later releases?
Maybe there could be some other way to get comments/discussions to the report (birt or rrdi) ? Comments Neither DW nor Live reporting, but new query feature in 4.0.5: https://jazz.net/downloads/rational-team-concert/milestones/4.0.5M2?p=news#Comments |