I am trying to import a CSV data into Jira Insight CMDB by referencing from the other object types for some attributes. There is no problem in referencing from parent object types, but I am getting an error when I am referencing from a child object type. I think I am writing the IQL wrongly. I defined it as:
Name=${"Device Type"}
Here, "Device Type" is the child object type of "Inventory", and I want to reference its attribute "Name", but this query does not work. I've tried many other variations of IQL and searched on Google, but could not find any solution. How can I solve this problem?