How to get the WorkitemType of Linked Workitem using server side API ?
Accepted answer
You get the linked work item, resolve it and then you use com.ibm.team.workitem.common.model.IWorkItem.getWorkItemType()
This is all common API.
The Link API is explained here: https://rsjazz.wordpress.com/?s=Link+API