How to fetch User id and Jazzgroups (assigned) using OSLC Links?
Hello all,
Thanks in advance,
Harish
2 answers
User information is not available though OSLC, those aren't part of the ChangeManagement resource. However, you can access this information using the RTC Java SDK. See:
Understanding and Using the RTC Java Client API
Rational Team Concert plain Java API’s
Ralph’s Interesting Links
The authorization data is not stored in JTS, so it will be very difficult to use any API to get such information. Also, even with internal API, such information can only be reliably retrieved when the user registry is either LDAP or built-in (DETECT). If the user registry is an external one, such as WebSphere federated user registry, there is no way you can retrieve the group membership within JTS (you will see a warning when you open a user's profile).