RTC OSCL Java Api, how to link during submitting of a WI
![]() Hello,
I'm using a java client, using the API to connect with RTC, and I would like to know an example of how to link one work item with other during the submission where the set of attributes to the object that will be sent (QName)
Thank you
|
One answer
![]()
Ralph Schoon (62.7k●3●36●43)
| answered Jun 13 '18, 2:10 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER There is no Java OSLC API I am aware of. There is an OSLC, a REST and a Java API (that uses the REST API behind the scenes). In the Java API you basically add a reference to the workingcopy, it does not matter if this is during creation of the work item. https://rsjazz.wordpress.com/2012/09/19/the-rtc-workitem-link-api-linking-workitems-to-other-elements/ explains the API.
|