Process template in RRC?
Hi
as far as i understand: - Process config. and project properties and stored in 2 separate templates (process and project) for RRC. How can i base a - PA on a process template? When i create a new PA it only promt a project temp. If i create it as part of LPA (with LPA temp.) it list project templates in the LPA template. Process template or templates in the LPA are not shown. If there is no RRC templates in the LPA template, process templates are listed for selection. what's the idea here? |
3 answers
You need to go https://server:9443/admin/web/templates and Download desired template.
It has an xml and you will see some configuration on RRC: <!-- RRC --> <projectArea id="rrc.project"> <processTemplates> <processTemplate> <dc:identifier>RRSTemplateID</dc:identifier> <dc:title>Requirements Management Default Process</dc:title> </processTemplate> </processTemplates> <projectTemplates> <projectTemplate> <dc:identifier>YOUR COMPANY RM Project Template v1.0</dc:identifier> <dc:title>YOUR COMPANY Requirement Management Process</dc:title> </projectTemplate> </projectTemplates> <dc:subject>Requirements</dc:subject> <domain ref="http://open-services.net/ns/rm#"/> </projectArea> You need to change <projectTemplate> <dc:identifier>YOUR COMPANY RM Project Template v1.0</dc:identifier> <dc:title>YOUR COMPANY Requirement Management Process</dc:title> </projectTemplate> So whenever you create a LPA project your template will be initialized. Comments
Kristian Broe
commented Mar 19 '14, 11:22 a.m.
Hi
I wonder why it only promts for a project template when creating a RRC PA (not via LPA), when its based on process and project.
|
What may be confusing is there are two ways to create a project area. If you go to the "Gear" icon in the upper right and select Create Project Area, you will be prompted to create a project based on a project template. If you go to the "Gear" icon and select Manage Project Areas, then click "Create Project Area" on the Active Project Area screen you will see process templates to select from.
Comments
Kristian Broe
commented Mar 19 '14, 11:45 a.m.
Yes, exactly :)
|
Hi, If I am creating Project Area through code then how do I provide the value for ProjectTemplate.
|
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.