How to fetch comments from particular workitem
Hi Team ,
I need to fetch comments from particular workitem , i am able to fetch counts of the comments but i need to fetch content for each comments
Please help me for the same , Here is my code :
IComments comments = wi.getComments();
com.ibm.team.workitem.common.model.IComment[] theComments = comments.getContents();
System.out.println("theComments"+theComments.length);
Comments
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Nov 16 '19, 4:24 p.m.Consider asking a question.