It's all about the answers!

Ask a question

How to get the name of the comment creator


Roanna Rague (218) | asked Sep 07 '17, 5:07 p.m.

 Hello, I am looking to extend RTC using operational behaviors. 

I am familiar with java and 'IComments' and such, but was looking to see how to get the username of the creator of a comment? 

I have to search through the comments in a work item and determine if one of the comment owners is also the approver of a work item.

thank you


One answer



permanent link
SEC Servizi (97122854) | answered Sep 08 '17, 3:55 a.m.
how to get the username of the creator of a comment?

It should be as simple as com.ibm.team.workitem.common.model.IComment#getCreator.

Cheers.

Your answer


Register or to post your answer.