How to get Elaborates links from RTC workitem using server side API
Hello,
I have linked RRM model element to RTC workitem using elaborates link type, I want to copy elaborates link elements from one workitem to another workitem using RTC server side API, As it is possible using server side api or any other way to copy the elaborates linked elements from one workitem to another, please suggest.
Thanks in Advance.
Accepted answer
The link API, pretty much the same in in the server and the client API, is explained here:
In general there is a link type that is used to get the links. Note that the URI's have different formats and must be handled differently in the link API. There are Location and Work item based URI for example. Links can lead to other applications and then the RTC Java API code might not work there.