How to get the name of the comment creator
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
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.