I have two Object Schemas:
Location (LOC) and Equip (EQ)
Location contains Region, Site, and Subsite object types. This schema is configures so it is visible by other schemas.
Equip is configured to be visible by other schemas as well and contains a Hardware object with attributes set for Region, Site, and Subsite, all set to reference the Location schema.
---
I have a CSV containing various hardware and attributes, including the Region, Site, and Subsite. The entries match the Objects in the Location Schema exactly. When I try to import this into the Equip schema, I am unable to figure out the IQL in order to reference Location.
I originally thought this would work, I understand it is incorrect:
ObjectType = "Region" And Key = LOC
I also tried "Region" = $(Region) and Key = LOC
and even Label = $(Region) and Name = $(Region) without luck.
This discussion covers the issue I am having, but the riada ticket system is gone, so I can't check the status of the request.
https://community.atlassian.com/t5/Jira-Service-Management/Insight-Import-How-can-I-link-an-object-from-a-different-scheme/qaq-p/755226
Has this been implemented? What IQL do I need to reference other schemas at import? Documentation assumes you are referencing objects within the same schema.
Thank you.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.