How to fetch work item parent?
![]()
Hi,
i have developed the java client code for fetching all available work items. Its working fine. i am having one doubt on this. How to Thanks Pugazh |
One answer
![]()
Given a workitem, you would search its references for 'Parent' links,
and use the handle of the workitem on the other end of the parent link. here is how I do it for Dependancies.. (in an OperationAdvisor)
|