Is it possible to change the status and milestone of a work order item using the API?
I have figured out how to get a MantisItemFullDetail or MantisItemExpanded of an item, I just don't see any methods anywhere to post any changes. Does anybody have an example or is there any documentation anywhere on how to edit a work item?
Thanks,
Dave Williamson
Edibar Systems Inc.
Editing Work Item
Moderator: SourceGear
Re: Editing Work Item
It is pretty much the same as the ProcessCommandAddFortressItem() in this API example - http://support.sourcegear.com/viewtopic ... 490#p32490
except you would use a normal MantisItem (as the expanded is not necessary), and call ItemTrackingOperations.ProcessCommandModifyFortressItem() instead of ProcessCommandAddFortressItem()
HTH
except you would use a normal MantisItem (as the expanded is not necessary), and call ItemTrackingOperations.ProcessCommandModifyFortressItem() instead of ProcessCommandAddFortressItem()
HTH
Jeff Clausius
SourceGear
SourceGear