### Relationship Import Plugin Parameters Source: https://help.jamasoftware.com/ah/en/administration/organization-administrator/managing-content/plugins/relationship-import-plugin/configure-the-relationship-import-plugin.html Defines the parameters required for the Relationship Import Plugin, including item types, fields, and project IDs for both single and cross-project imports. Parameters are case-sensitive and require semicolons at the end of each line. ```Properties parentType=[API-ID of upstream Item Type]; childType=[API-ID of downstream Item Type]; parentField=[Unique Field Name from upstream Item Type]; childField=[Unique Field Name from downstream Item Type]; ``` ```Properties parentProjectId=[API-ID of project containing upstream items]; childProjectId=[API-ID of project containing downstream items]; ```