how to get team area member list by server api
how to get team area member list by server api?
I found I can get team area name :
ICategoryHandle categoryHandle = newState.getCategory();
ICategory category = iac.resolveAuditable(categoryHandle, ICategory.DEFAULT_PROFILE, null); List teamAreas = category.getAssociatedTeamAreas(); String teamAreaString=category.getName();
but i need to get this team area memeber list
any one knows?
|
One answer
Ralph Schoon (63.5k●3●36●46)
| answered Jul 09 '19, 3:16 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER From, https://rsjazz.wordpress.com/2012/11/30/a-create-approval-work-item-save-participant/ slightly modified assuming you have a project or team area: /* * Finds contributors by role on a process area. * * @param processArea * @param roleName * @param monitor * @return * @throws TeamRepositoryException / private IContributorHandle[] findContributorByRole( IProcessArea processArea, String roleName, IProgressMonitor monitor) throws TeamRepositoryException { |
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.