how to get snapshots from the changeset of the workitem
In a server-side plugin, I want to obtain snapshot information from a stream. Currently, I can retrieve the associated change set from the work item and obtain component information from the associated change set. Next, I think I should: 1. Obtain the workspace information where the component is located from the component information,
2. Then obtain the target stream information from the workspace,
3. Finally, snapshot information is obtained from the target stream,
Does anyone know how these three steps can be implemented using code?
Comments
qw m
Aug 05, 4:48 a.m.Or is there another way to obtain snapshot information on the delivered stream from the change set associated with the work item