RTC user list for all contributing to workitem comments

Accepted answer

Have a look at the reportable REST API:
https://jazz.net/wiki/bin/view/Main/ReportsRESTAPI#com_ibm_team_workitem_Comment
You may have to do some data manipulation to get what you want though.
Comments

Hi Donald,
Is there a way to achieve this using RTC queries or JRS..?
Thanks
Kunal N

I don't think you can use work item queries to do that as the queries return work items, not users. You may be able to do it in JRS but I don't have a solution ready.

Hi Donald,
I have tried using JRS however I could only find a attribute called as "comment count" which gives the count of comments for workitems. I need comments and the contributor name of comment.
Thanks
Kunal N