How do I show all comments for a work item
Moderator: SourceGear
How do I show all comments for a work item
Is there a way to list all of the comments for a particular work item?
Re: How do I show all comments for a work item
You need to get the MantisItemFullDetail object (from ProcessCommandListFortressItemFullDetails). Then loop through the MantisItemCommentColl (MantisItemFullDetail.Comments).
Re: How do I show all comments for a work item
Thank you. I was trying to find something to use in FortressItemExpanded.
Re: How do I show all comments for a work item
Yeah, that encapsulation makes it easy to add/modify work items, but to get to the full item MantisItemFullDetail is the way to go.