Existing Testsuite->Testcase links replaced with XLSLink in RQM Excel Importer?
Accepted answer
Comments
Hmm... this FAQ makes it seem as though any version 4.0.1 or later supports adding rather than replacing.
It looks a bit confusing and I will try to make it a bit clear. If you check the linked work item 63406, you will see that your use case was mentioned in the comments and the workaround is in comment 4 (more detailed than my one liner). Also, the enhancement was raised from the below forum post:
https://jazz.net/forum/questions/71705/help-how-to-link-existing-test-plan-to-test-cases-using-exc
which links to this wiki:
https://jazz.net/wiki/bin/view/Main/RQMWordAndExcelWhatSNewIn40
which mentions using LinkExisting modifier.
Note that it's backward reference, so in your case, you should use
testcase.testsuite=LinkExisting(F)
If using LinkExisting still replaces all existing links in the test suite, that will be a defect.
I could have sworn I tried that, but sure enough... it just worked. Thanks Donald. I really appreciate it.