Programmatically get all work item children
![]()
Hi all,
I would programmatically find all children of work item and, after, analyze the custom attribute of these. I try in this way: IWorkItemReferences referencesCopy = wis.resolveWorkItemReferences(wiCopy, null); but I obtain this error: java.lang.ClassCastException: com.ibm.team.links.internal.links.impl.AuditableLinkImpl incompatible with com.ibm.team.workitem.common.model.IWorkItem Any suggestions? Thanks Andrea |