How to get artifact links of the artifacts present in the module through RPE
Accepted answer
If you are reporting on requirements in a module, you can iterate through each artifact. dataSource/artifact/traceability/links/Link/relation will give the href for the linked artifacts. You can filter based on link type (dataSource/artifact/traceability/links/Link/title) - Satisfied By / Link To / Link From. To get the artifact title from artifact href, you need another data source configuration and dataSource/artifact/title prints the title of linked artifacts.
You can use the sample template for reference. Please change the formatting / table settings as needed.
You can use the sample template for reference. Please change the formatting / table settings as needed.