How can I set up profiles for the Relationship Matrix using a script?
I want to automate the creation process for several profiles which must be added to all of my projects.
So running the script should then do the creation.
Where are these profiles even stored?
There is only a Getter for this: Repository.GetRelationshipMatrix() returns something like:
...<Profile linktype="Refine" source="Requirement" target="UseCase" direction="0" targetpackage="{...guid...}"
sourcepackage="{...guid...}" showsourcechildren="1" showtargetchildren="1"/>...