You can import a batch of traceability links from a CSV file. The CSV file should contain a column storing object ID and one column per each traceability link type storing list of target objects of all outgoing links for the given object. The CSV importer will create one outgoing link from the object with given ID to all objects in the given link type column.


For example, the following CSV file will result in importing two satisfaction links SRS-1 -> NEEDS-1 and SRS-1 -> NEEDS-2 into SRS document:

"id"; "satisfaction"

"1"; "NEEDS-1,NEEDS-2"

 

Note that the CSV importer will remove all existing outgoing satisfaction links which are not listed in the CSV file for the imported document objects.


For more details see Import from MS Excel > Update Document.