RQM - How to refer to same attachment in different sections of a test artifact
![]()
Is there any way to refer same attachment in several locations of a test artifact, e.g. "Test Case Design" and "Pre-Condition" of the test case.
In the test case section "Test Case Design" I use the "Insert Attachment" to upload and refer to an attachment.
b) How to update the attachment?
When I delete the attachment in the "Test Case Design" section and re-insert the updated one, it will again create a new attachment with a new identifier. |
Accepted answer
![]()
Uploaded attachment is stored in ETM repository and it's referenced by an URL (link) when inserted in a rich text document, such as 'Test Case Design'. To reference the same attachment in another rich text section, one way to do this is:
The section now has a link referencing the same attachment as the original section.
You cannot update an attachment once you've created it, at least not from the Web UI. You might be able do that using the RQM Reportable REST API. please check https://jazz.net/wiki/bin/view/Main/RqmApi for reference.
Hope this helps.
Donat Hutter selected this answer as the correct answer
Comments Thanks for the hint with REST API.
|