Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Is there a way to find project/team areas a user is admin of

Using the java api, I can find all areas a user is a member of. However, the call doesn't return areas the user is only an administrator of.

I want to remove a user from all areas when I archive a user.

This call returns the areas the user is a member of:


IProcessItemService service= (IProcessItemService) repo.getClientLibrary(IProcessItemService.class);

List<?> projects;

try {
projects = service.findProcessAreas(user, null, IProcessClientService.ALL_PROPERTIES, monitor);

}catch (TeamRepositoryException e)

0 votes


Be the first one to answer this question!

Register or log in to post 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: May 27 '11, 9:56 a.m.

Question was seen: 3,535 times

Last updated: May 27 '11, 9:56 a.m.

Confirmation Cancel Confirm