It's all about the answers!

Ask a question

Mapping priority field for excel import


Ranjith Parameswaran (12311215) | asked May 09 '12, 1:35 a.m.
Hello,

I am working on data import using the excel method and need to import the priority filed as well.

I tried using dc:priority and also jzalm:priority to represent the field, i also tried searching the xml representation in the schema documentation but was not able to find it.

Can anyone please help to find on how to represent priority for excel imports.

Thanks
Ranjith

3 answers



permanent link
Hao Wan (1.5k35) | answered May 09 '12, 2:36 a.m.
JAZZ DEVELOPER
Hi @ranparam,
do you mean the priority of executionworkitem
https://jazz.net/projects/rational-quality-manager/api-doc-2.0/api-files/schemas/qm_xsd/elements/executionworkitem.html#r16

or custom attribute you defined in an artifact?

Hello,

I am working on data import using the excel method and need to import the priority filed as well.

I tried using dc:priority and also jzalm:priority to represent the field, i also tried searching the xml representation in the schema documentation but was not able to find it.

Can anyone please help to find on how to represent priority for excel imports.

Thanks
Ranjith

permanent link
Hao Wan (1.5k35) | answered May 09 '12, 5:09 a.m.
JAZZ DEVELOPER
if you want to create a testsuite with priority in RQM 4.0
you can use the following syntax
testsuite.priority="literal.priority.130"

literal.priority.110 : Low
literal.priority.120 : Medium
literal.priority.130 : High
literal.priority.101 : Unassigned

Hi @ranparam,
do you mean the priority of executionworkitem
https://jazz.net/projects/rational-quality-manager/api-doc-2.0/api-files/schemas/qm_xsd/elements/executionworkitem.html#r16

or custom attribute you defined in an artifact?

Hello,

I am working on data import using the excel method and need to import the priority filed as well.

I tried using dc:priority and also jzalm:priority to represent the field, i also tried searching the xml representation in the schema documentation but was not able to find it.

Can anyone please help to find on how to represent priority for excel imports.

Thanks
Ranjith

permanent link
Ranjith Parameswaran (12311215) | answered May 09 '12, 5:48 a.m.
Hello @wanhaobj,

Thanks!! it worked this time, i was missing the literals representation.

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.