to add operation on different Project Area located in different Jazz server
![]()
Hi,
We are implementing Eclipse Client UI Extension with Java API.
We want to add operation on different Project Area located in different Jazz server.
Assuming the current logged in contributor is logged in both servers (in "Repository connections")
Can we have this login info in some way?
Thanks,
Mickey
|
Accepted answer
![]()
Ralph Schoon (62.0k●3●36●43)
| answered Feb 11 '16, 6:29 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Please see https://rsjazz.wordpress.com/2013/03/20/understanding-and-using-the-rtc-java-client-api/ section Getting the API in an Eclipse Plugin for how to get the team repositories the user is logged in. Use the right team repository to perform the operation.
Mickey Roash selected this answer as the correct answer
|