retrieve link workitem using client api's
![]()
Hi All,
I am trying to fetch the list of workitem availbale in link section using client API's.
Could you please tell me how to fetch lonks 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)); |