How to get the WorkitemType of Linked Workitem using server side API ?
![]() Hello team
|
Accepted answer
![]()
Ralph Schoon (62.7k●3●36●43)
| answered Mar 28 '17, 3:11 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER 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
David Lafreniere selected this answer as the correct answer
|