It's all about the answers!

Ask a question

Importing requirements from XML file into RQM


Homer Pope (15812226) | asked May 19 '10, 10:56 a.m.
I would like to be able to import requirements from an XML file into RQM. The RQM help post this sample XML file
<xml>
<requirement xmlns="http://jazz.net/xmlns/alm/qm/v0.1/"
<title>Accessiblity</title>
<creator>ADMIN</creator>
<description>Product must support accessibility standards</description>
<owner>ADMIN</owner>
<state>authoring.s1</state>
<tags>tag1,tag2</tags>
<resolver>ADMIN</resolver>
</requirement>

when importing this exact file, i receive the following error:

The uploaded content does not match the XML schema for requirement

Was there a change that was not published in the help? can someone point me to a valid XML file to import.
Thanks!

One answer



permanent link
Homer Pope (15812226) | answered May 19 '10, 10:58 a.m.
first line is: <?xml version="1.0"?>

I would like to be able to import requirements from an XML file into RQM. The RQM help post this sample XML file
<xml>
<requirement xmlns="http://jazz.net/xmlns/alm/qm/v0.1/"
<title>Accessiblity</title>
<creator>ADMIN</creator>
<description>Product must support accessibility standards</description>
<owner>ADMIN</owner>
<state>authoring.s1</state>
<tags>tag1,tag2</tags>
<resolver>ADMIN</resolver>
</requirement>

when importing this exact file, i receive the following error:

The uploaded content does not match the XML schema for requirement

Was there a change that was not published in the help? can someone point me to a valid XML file to import.
Thanks!

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.