retrieve link workitem using client api's
One answer
see some sample code here in the accepted answer
https://jazz.net/forum/questions/94776/assertionfailedexception-problem-with-getting-the-values-of-attributes
this dumps out all attributes and references used in a workitem. (from a query result list of workitems)
analyzeReferences(workItemCommon.resolveWorkItemReferences( workItem, null));
https://jazz.net/forum/questions/94776/assertionfailedexception-problem-with-getting-the-values-of-attributes
this dumps out all attributes and references used in a workitem. (from a query result list of workitems)
analyzeReferences(workItemCommon.resolveWorkItemReferences( workItem, null));