Import and link new test case to an existing doors requirement
Hi,
I'm trying to find a way, using Excel importer, to import a new test case and link it to an existing DOORS requirement.
Is there a way to do this?
This is my CFG file:
testcase.XLSStartRow=2
testcase.XLSArtifactID=A
testcase.dc:title=A
testcase.dc:description=B
testcase.alm:state="com.ibm.rqm.planning.common.approved"
testcase.priority="literal.priority.130"
testcase.Section("myns:com.ibm.rqm.planning.editor.section.testCasePreCondition","RQM-KEY-TC-PRE-COND-TITLE")=RichText(K)
testcase.Section("myns:com.ibm.rqm.planning.editor.section.caseTestScope","RQM-KEY-TC-TEST-SCOPE-TITLE")=J
testcase.estimate=E
testcase.Section("myns:com.ibm.rqm.planning.editor.section.testCaseNotes","RQM-KEY-TC-NOTES-TITLE")=G
testcase.requirement=Link("http://dwa.amsspa.it:8080/dwa/rm/urn:rational::1-4d0f3e3743d957fd-O-15-000031ab?doors.view=00000001")
testcase.XLSDelimeter=\n
testcase.dc:title=testscript.dc:title
All is working fine, except, of course, the link to the requirement.
Thanks to all