How to get JTS user details using plain Java API or OSLC?
![]() Hi all,
I already fetch user data application wise. Is there any way to get user data which is present in JTS level? Using OSLC or Plain Java API
|
One answer
![]()
Ralph Schoon (62.0k●3●36●43)
| answered Jul 27 '18, 6:43 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER I think com.ibm.team.repository.client.IContributorManager.fetchAllContributors(IProgressMonitor) should do the trick using the RTC Plain Java API.
|