RotherOSS / ITSMConfigurationManagement

This package implements all ITSM configuration management features. This package requires the ITSMCore package.
GNU General Public License v3.0
0 stars 1 forks source link

Importing CIs with referencing fields is difficult #27

Open ybeckmann21 opened 1 day ago

ybeckmann21 commented 1 day ago

I try to import CIs from another CMDB via CSV but its difficult to do so because of the Structure of the import.

Example: I want to import CIs of the class "Virtual Servers". They have the attribute "Operating System" which references the class "Operating System". So I import the Operating Systems first and try to map the Virtual Servers on the OS in the import afterwards. The Problem is, that the Key DynamicField_ITSM-ReferenceToOS expects the ConfigItemID of every OS. As far as I see, there is no easy way to get the ConfigItemID of multiple CIs right now. The Export only delivers the Number, Name etc. The only way is to run a SQL Query which matches the Names and IDs.

Would it be possible to make the ConfigItemID easier accessible or is there another way to import CIs with references? Thanks for your help. Yannic