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

Project Team Area programatically

How do you get the project team area programatically ?

0 votes



3 answers

Permanent link
I've never done it before but I would look in and around com.ibm.team.process.client.IProcessItemService#findTeamAreas.

0 votes

Comments

I have the ProjectAreaHandle, I thought it will be a method like getTeamArea() to get the team area from the project.


Permanent link
What do you mean by "the project team area"?  A project area can contain any number of team areas.  No one team area has any special meaning.

If you just want to treat the project area like a team area, you don't have to do anything.  The behavior that is common to project areas and team areas is in the interface IProcessArea.  IProjectArea extends IProcessArea, so you can just treat the project area like a process area without casting or calling a method.

0 votes


Permanent link
I want to be able to get all the team in a project and then be able to set the plan owner to a team area
something like  plan.setOwner (teamArea).

0 votes

Your answer

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
× 10,938

Question asked: Sep 26 '12, 12:37 p.m.

Question was seen: 4,336 times

Last updated: Sep 26 '12, 2:07 p.m.

Confirmation Cancel Confirm