[CSV Mapper] The Note object cannot be related to any entity #9829
Labels
feature
use for describing a new feature to develop
needs triage
use to identify issue needing triage from Filigran Product team
Description
There is no possible way to associate through a CSV Mapper a Note entity with another entity. Therefore, it is never possible to create a Note through a mapper.
There is no relationship that can be created linking the Note entity to another entity because no such relationship exists. And, through the entity object itself to which you want to associate the Note there is no field for it.
Environment
Reproducible Steps
Steps to create the smallest reproducible scenario:
Expected Output
That the fields of the mapper associated to the Note made the note appear in the entity itself.
Actual Output
Nothing happens, it seems to be skipped.
Additional information
As a solution, it might be a good idea to include it as an attribute of the entity in which the Note is to be included, for example as an attribute of the Threat Actor in the example shown, and whose operation is the same as Label or External Reference so that 1 or more notes can be linked.
The text was updated successfully, but these errors were encountered: