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);
|
Be the first one to answer this question!
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
Consider asking a question.