It's all about the answers!

Ask a question

RTC user list for all contributing to workitem comments


Kunal N (871459) | asked Oct 06 '17, 10:22 a.m.

 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


permanent link
Donald Nong (14.5k414) | answered Oct 08 '17, 12:47 a.m.

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.

Kunal N selected this answer as the correct answer

Comments
Kunal N commented Oct 08 '17, 1:49 a.m.

 Hi Donald,


Is there a way to achieve this using RTC queries or JRS..?

Thanks
Kunal N


Donald Nong commented Oct 09 '17, 1:53 a.m.

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.


Kunal N commented Oct 09 '17, 5:45 a.m.

 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

Your answer


Register or to post your answer.