Is it possible to find out if a user exists in RTC using OSLC
Requirement:
We need to set subscribers in work items. But not sure if user exists in RTC. Steps: 1. Check if user exists in RTC 1.a Yes: Set as subscriber 1.b NO: Skip setting subscriber. Note: Don't want to get all users and then find from the list. Want to check if specific user exists in direct go using OSLC. Thanks in advance! |
One answer
Hi Sanjeev,
OSLC does not provide such functionality. But you can use it in RTC by using following query: https://your-server/ccm/service/com.ibm.team.repository.service.internal.IAdminRestService/contributors?searchTerm=%25test%25 This is an example to find user test. Let us know if that helps. |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.