getting project area info
![]()
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
![]()
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, |