Page 1 of 1

How to list all change items for a Fortress Issue

Posted: Sun Apr 20, 2008 8:32 am
by slmcmahon
I would like to be able to programmatically list all of the source items that are associated with a fortress issue/change ticket. I have looked through the methods in ItemTrackingOperations but I don't see anything that will do this. Can you tell me where I can find a method to do this?

Stephen

Posted: Mon Apr 21, 2008 1:17 pm
by shannon
There isn't a convenience method to do this. What you need to do is get the item, then you can loop over the item's comments. Each MantisItemComment has a VaultChangeSet member.