It's all about the answers!

Ask a question

How to set ownerPath for plan in Process Template?


0
1
Adonica Gieger (111) | asked Jan 31 '11, 9:00 a.m.
In our process template we pre-initialize the Project Area with a team, with several iterations, and with a plan. The problem is, the plan by default is owned by the Project Area. We wish to have it owned by the Team, which is pre-defined in the template, some lines ahead of the plan. We can't figure out how to specify the team area hierarchy. (The bit below doesn't work. It parses, but doesn't create the plan.) ???

plan iterationPath="/development/Releases" name="Release Planner" typeId="com.ibm.team.apt.plantype.product.backlog" ownerPath="/${project-area-name}/${team-area-name}"/

2 answers



permanent link
Natarajan Thirumeni (53145) | answered Jun 12 '13, 3:22 a.m.
I also have a same problem we would like to set the owner of a plan to a team and not by default to the project area. Any thoughts ?

permanent link
Pratik Bengali (2651) | answered Sep 09 '13, 12:10 p.m.
<plan name="backlog name" typeId="id" iterationPath="iteration-path" ownerPath="Parent team name/child team name"/>

ownerPath is name of the teamarea as defined in <teamArea name="name"/>

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.