It's all about the answers!

Ask a question

How to import defect?


Wojciech Bialy (1196) | asked Mar 18 '11, 7:49 p.m.
Hi,

Do you know how one can import defects to RQM from xml or from excel?
There is an import option for requirements but it does not seem to be the same case for defects.

Thanks in advance for any hint.

2 answers



permanent link
Paul Slauenwhite (8.4k12) | answered Mar 20 '11, 9:50 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
Hi,

Do you know how one can import defects to RQM from xml or from excel?
There is an import option for requirements but it does not seem to be the same case for defects.

Thanks in advance for any hint.


The only way to import defects into RQM 2.x is to transform the defect(s) (or work item(s)) in Excel/Word to XML (see http://jazz.net/projects/rational-quality-manager/api-doc-2.0/api-files/schemas/qm_xsd/elements/workitem_2.html) and POST/PUT the work item XML using the RQM REST API (see http://jazz.net/wiki/bin/view/Main/RqmApi). There is an Excel/Word importer but it does not support defects (see https://jazz.net/wiki/bin/view/Main/RQMExcelWordImporter). For more information on extending RQM, see http://publib.boulder.ibm.com/infocenter/rqmhelp/v2r0/topic/com.ibm.rational.test.qm.doc/topics/c_extendrqm.html.

permanent link
Kurtis Martin (1.4k11) | answered Mar 20 '11, 10:28 p.m.
JAZZ DEVELOPER
Hi,

Do you know how one can import defects to RQM from xml or from excel?
There is an import option for requirements but it does not seem to be the same case for defects.

Thanks in advance for any hint.


I don't believe the RQM REST API allows creation/modification of work items. Instead you would need to use the RTC APIs:

https://jazz.net/wiki/bin/view/Main/RtcSdk20
https://jazz.net/wiki/bin/view/Main/ResourceOrientedWorkItemAPIv2

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.