It's all about the answers!

Ask a question

getting project area info


rose cicinelli (2644) | asked Sep 21 '09, 2:32 p.m.
hi,
how can i get all project area inforations (member, persona team area, etc. ) programmatically?

what is the argument from pass to teamRepository.getClientLibrary() for get these infos?

thanks in advance
rose

One answer



permanent link
Martha (Ruby) Andrews (3.0k44251) | answered Sep 22 '09, 12:41 p.m.
JAZZ DEVELOPER
Hello,

IProcessItemService has several methods which will return a collection of process areas, which may be project areas (IProjectArea) or team areas (ITeamArea). From the IProjectArea interface, you can get the members of the project and the team area hierarchy.

You can get the IProcessItemService by passing IProcessItemService.class to
teamRepositery.getClientLibrary().

Martha
Jazz Developer
hi,
how can i get all project area inforations (member, persona team area, etc. ) programmatically?

what is the argument from pass to teamRepository.getClientLibrary() for get these infos?

thanks in advance
rose

Your answer


Register or 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.