It's all about the answers!

Ask a question

Process template in RRC?


Kristian Broe (711114) | asked Mar 19 '14, 9:57 a.m.
edited Mar 19 '14, 9:59 a.m.
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



permanent link
Canberk Akduygu (99237371) | answered Mar 19 '14, 11:10 a.m.
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 think i understand that, and have done that a few times. Please read my question again and let me know if it's unclear.


Kristian Broe commented Mar 19 '14, 11:31 a.m. | edited Mar 19 '14, 11:32 a.m.

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.

I wonder why the list of process templates I list in the LPA template file is only presented if I remove all project templates...


permanent link
Brian Fleming (1.6k11928) | answered Mar 19 '14, 11:39 a.m.
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 :)
- and thus if i what to create a RRC PA based on my own Process temp and Project temp. - it seems i can only do this through creating a full LPA.


permanent link
Vaibhav S (106354) | answered Mar 22 '17, 4:20 a.m.

Hi, If I am creating Project Area through code then how do I provide the value for ProjectTemplate.

IProcessDefinition processDefinition = iProcessItemService.findProcessDefinition(processId, IProcessItemService.ALL_PROPERTIES , MONITOR);

This only has argument for Process Template (processID) , not Project Templates.

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.