What values are needed for priority for a test case import
I've found documentation for a couple of different values, but they don't seem to work. I've tried using low, "low", literal.priority.120, and "literal.priority.120"
My XML file has the following:
<?xml version="1.0" encoding="UTF-8"?>
<testcase xmlns="http://jazz.net/xmlns/alm/qm/v0.1/">
<title xmlns="http://purl.org/dc/elements/1.1/">Migration test - 1 (empty fields)</title>
<priority xmlns="http://jazz.net/xmlns/alm/v0.1/">literal.priority.120</priority>
<description xmlns="http://purl.org/dc/elements/1.1/">xxx</description>
</testcase>
Accepted answer
2 other answers
Comments
I can't use the Excel/Word import tool because I don't have Excel and there's no way to request it. Even the exception process for requesting Office is gone as of Jan 1st, 2014.
I've tried using literal.priority.130 in my XML file for the import test case option under the Construction menu and it does not work. So I'm looking for the values to put in XML for THAT import tool that will results in for the standard Low, Medium and High.
In the meantime, I would suggest to set the priority for a test artifact in the RQM UI and GET the test artifact using the RQM REST API (see https://jazz.net/wiki/bin/view/Main/RqmApi#Read).
Comments
This is a standard RQM field and a shipped import feature. (Note that I am not asking about the Excel/Word import tool, I'm asking about the Import Test Case feature under the Construction menu.) I'm just looking for the answer. I have no other reason to learn how to use the API at this time so it seems like an excessive use of time to pick it up just for this.
Hi Kimlee,
If you want to use the Import from a local XML file feature in RQM, you need to know something about the RQM REST API, specifically the RQM XML schema.
In most cases, this type of information is contained in the RQM XML schema documentation. However, in this case, there was an omission (hence defect 103133). See the defect for the new text added to the RQM XML schema documentation.