RTC user list for all contributing to workitem comments
![]() Hi All,
I have following scenario:
I need list of users who are actively participating(adding comments to workitems) project area. I need list of users who are comment contributors for workitem and the date for their most recent comment.
Thanks
Kunal N
|
Accepted answer
![]() Have a look at the reportable REST API:
Kunal N selected this answer as the correct answer
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
|