It's all about the answers!

Ask a question

RQM Process Template XML Documentation


Rafael Espinha (1133) | asked Mar 20 '14, 11:12 p.m.
Hello,

Anyone knows where can I find some documentation on RQM XML format for process template, specially about followup-actions?  I would like to make some customizations directly on XML file from a RQM process template, but I can´t find a xsd, schema or something that shows how to use the tags.

Thanks,
Rafael Espinha

4 answers



permanent link
Qiong Feng Huang (76911610) | answered May 05 '14, 10:53 p.m.
JAZZ DEVELOPER
 The general process configuration syntax can be found here: https://jazz.net/wiki/bin/view/Main/ProcessSpecificationSyntax. But I don't know where to find the syntax for the specific follow-up actions provided by RQM. RQM team could tell you if they have. 

permanent link
Sunil Kumar R (1.1k13344) | answered Mar 21 '14, 5:14 a.m.
JAZZ DEVELOPER
Hello! the RQM schema documentation should be a good starting point.. here it is : https://jazz.net/wiki/bin/view/Main/RqmApi#RQM_Schema

Best regards, Sunil

Comments
Rafael Espinha commented Mar 21 '14, 10:45 a.m.

Hello Sunil,

I have already looked on REST API documentation, but what I need is the documentation of XML file of a RQM process template.  Any ideas?

[]'s
Rafael Espinha


permanent link
Dmitry Lapygin (2122) | answered May 05 '14, 10:38 a.m.
LPA Template Specification can be found here
https://jazz.net/wiki/bin/view/Main/LPATemplateSpec
it's about LPA, but RQM should use the same syntax

permanent link
Keith Woodard (111) | answered Aug 30 '19, 10:58 a.m.
 The following Test Plan XML template produces a sever error from my end, RQM 6.0.6.1:
<?xml version="1.0" encoding="UTF-8"?>
<qm:testplan xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:qm="http://jazz.net/xmlns/alm/qm/v0.1/">
   <dc:title>2.0 Regression Test Plan</dc:title>
   <qm:testcase>
      <dc:identifier>https://foobar.com9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/ProjectFoo/testcase/34966403291892</dc:identifier>
      <dc:title>Primary Feature Regression Test</dc:title>
   </qm:testcase>
   <qm:testcase>
      <dc:identifier>https://foobar.com9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/ProjectFoo/testcase/34966403291893</dc:identifier>
      <dc:title>Secondary Feature Regression Test</dc:title>
   </qm:testcase>
   <qm:testcase>
      <dc:identifier>https://foobar.com9443/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/ProjectFoo/testcase/34966403291894</dc:identifier>
      <dc:title>REST API Regression Test</dc:title>
   </qm:testcase>
</qm:testplan>

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.