Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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

0 votes

Comments

Administrator note: I updated the title of this question to make it more clear that it's about RQM.



One answer

Permanent link
Leandro - I checked with the lead RQM developer for process customization, and he said what you want to do is not possible right now.

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 6,121

Question asked: Jan 30 '13, 12:09 p.m.

Question was seen: 4,896 times

Last updated: Jan 31 '13, 5:50 p.m.

Confirmation Cancel Confirm