How to create more than one Team Area when project area init

Hi, does anyone knows how to create more team area when create project areas.
I find the process config--> project config--> project area init, but it can only support to create one team area when project area init.
Our req want to create more team areas and also has hierarchy.
Thanks very much!
I find the process config--> project config--> project area init, but it can only support to create one team area when project area init.
Our req want to create more team areas and also has hierarchy.
Thanks very much!
3 answers

Hello,
The setup project action will create at most one team area.
You can create your own follow-up action to create team areas during project area initialization. See https://jazz.net/wiki/bin/view/Main/PreconditionFollowupCreation for more detailed documentation on how to write your own follow-up actions.
Martha
Jazz Developer, Process Team
The setup project action will create at most one team area.
You can create your own follow-up action to create team areas during project area initialization. See https://jazz.net/wiki/bin/view/Main/PreconditionFollowupCreation for more detailed documentation on how to write your own follow-up actions.
Martha
Jazz Developer, Process Team
I also tried to modify the process confi xml, add the following code, but seems no useful.
<team-area name="QE" timeline="development" ....
<team-area name="QE" timeline="development" ....

Thanks! The extension seems heavy but I will try it
Hello,
The setup project action will create at most one team area.
You can create your own follow-up action to create team areas during project area initialization. See https://jazz.net/wiki/bin/view/Main/PreconditionFollowupCreation for more detailed documentation on how to write your own follow-up actions.
Martha
Jazz Developer, Process Team
I also tried to modify the process confi xml, add the following code, but seems no useful.
<team-area name="QE" timeline="development" ....
<team-area name="QE" timeline="development" ....