Can we show all comments for a work item in a single report.
Accepted answer
What "report" do you have in mind? If you are building reports by using the Reportable REST API, you can do it with the following URI. It shows all the comments of work item 67, and commentCount indicates how many comments present.
/ccm/rpt/repository/workitem?fields=workitem/workItem[id=67]/(id|summary|commentCount|comments/*)
/ccm/rpt/repository/workitem?fields=workitem/workItem[id=67]/(id|summary|commentCount|comments/*)
Comments
showing 5 of 10
show 5 more comments
2 other answers
i am searching for you in rtc in this topic:
query give just last comment. but maybe you can try reports menu in rtc.
Comments
Yes we can get whole comments from work item through Query. When exporting query results to CSV then you have to select required fields including with Comment field. It will import all the comments from work item in CSV but it will visible only latest comment if you see on spreadsheet. But if you double click on it then will show the whole comments
Hope this information will help you :)