It's all about the answers!

Ask a question

How to get the WorkitemType of Linked Workitem using server side API ?


vinitha dsouza (14517103) | asked Mar 28 '17, 1:45 a.m.

Hello team

Usecase : I have a "Story " workitem  and  which is linked to "defect" Workitem.

How can i get the linked WI type name using server side API ?

Thank you

Accepted answer


permanent link
Ralph Schoon (62.7k33643) | 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

Your answer


Register or to post your answer.