How to list all change items for a Fortress Issue

Post your questions regarding using the Vault and Fortress API in your programs.

Moderator: SourceGear

Post Reply
slmcmahon
Posts: 29
Joined: Sat Mar 29, 2008 6:13 pm
Location: Honolulu, HI
Contact:

How to list all change items for a Fortress Issue

Post by slmcmahon » Sun Apr 20, 2008 8:32 am

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

shannon

Post by shannon » Mon Apr 21, 2008 1:17 pm

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.

Post Reply