Parsing through traces in Gateway export to Word?
Hey all,
I've created a gateway template to export requirements to a Word document, and its working well. However when I generate traceability such as 'Satisfied By' or 'Verified By' links, gateway will just print out the ID of the trace link, or a list of IDs if there are more than one trace.
Is it possible to, instead of jutt listing the trace ID numbers, to list additional fields in that trace such as Category and Text?
Thanks!
An example: Right now me export generates a list of requirements like:
Section: 1.1
Text:
The manipulator shall ....
Satisfied By:
17612,17614
But I would instead like:
Section: 1.1
Text:
The manipulator shall ....
Satisfied By:
(ID) (Category) (Text)
17612 System Test Test variation in steady state speed...
17614 Acceptance Test ....
