Linking Requirements to test case using ETMExcelImporter
One answer
Please refer to the documentation: https://jazz.net/wiki/bin/view/Main/RQMExcelWordImporter#Using_configuration_file_syntax
Under LinkByExistingID it is specified:
If the module identifier is not specified in the requirement identifier, then the test artifact is linked to the non-module requirement and module requirement (if any).
If you are using modules, I would advise to always link to the module requirement according to:
To link to an existing module-specific requirement, specify the requirement identifier in the format of MODULE_ID.REQUIREMENT_ID. For example, the requirement identifier is specified as '1476.2345', where '1476' is the module identifier and '2345' is the requirement identifier..