API not retrieving all Access groups in RTC
Sanjeev Kulkarni (33●18●23)
| asked Dec 11 '17, 4:34 a.m.
edited Dec 11 '17, 5:57 a.m. by Ralph Schoon (63.5k●3●36●46) Hello,
IAccessGroup[] groups; groups = auditableCommon.getAccessGroups(null, Integer.MAX_VALUE, monitor); |
One answer
Ralph Schoon (63.5k●3●36●46)
| answered Dec 11 '17, 5:21 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER I can not see any cap level.
IAccessGroupClientService service = (IAccessGroupClientService).fTeamRepository.getClientLibrary(IAccessGroupClientService.class); elements = service.getAccessGroups(filter, monitor); You can try to use use com.ibm.team.process.client.IAccessGroupClientServiceas well. Comments Also note, you have to have to have the repository role JazzAdmin to be able to access all access groups. Otherwise you have only access to the access groups you are member of.
|
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.