Custom process template with custom testplan templates
Hello,
how do I create the xml of my custom process template attaching and assigning my custom testplan templates?
The last line of this part of process template xml does have a tag for templates:
<process-specification xmlns="http://com.ibm.team.process">
<project-configuration>
<initialization>
<client-initialization />
<server-initialization>
<followup-actions>
<followup-action id="com.ibm.team.process.server.setUpProject" name="Configure Project" description="">
<team-area name="${project-area-name} Team" timeline="development" />
</followup-action>
<followup-action id="com.ibm.rqm.template.service.setUpProject" name="Configure Templates" description="" />
I see this tag is closed without ant content:
<followup-action id="com.ibm.rqm.template.service.setUpProject" name="Configure Templates" description="" />
Could I assign some templates writing some code like:
<followup-action id="com.ibm.rqm.template.service.setUpProject" name="Configure Templates" description="">
<template id="myTemplate" name="myCustomTemplate" file="./attachments/myTestPlanTemplate.xml">
</followup-action>
?
If this is possible where can I find the appropriate tags and attibutes I should code?
Thanks
Comments
Jared Burns
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Jan 30 '13, 1:33 p.m.Administrator note: I updated the title of this question to make it more clear that it's about RQM.