You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I am building a script that only imports one object type, objectType1, into my schema. One of the attributes in this external import references an object type, objectType2, that is not part of the import, but is already in the schema. I have found that when I do not include the object type attributes and mapping for objectType2, the object type that is being referenced by objectType1, in the import I get a returned error that says "UNKNOWN_REFERENCE" for objectType2. So my initial response was to just include objectType2 in the import. But this would require me to delete the data currently in that object type so that I can run the PUT request that imports the mapping. This is extra work and extra headache that I would like to not do if it is possible.
Is there a way to run a PUT request that imports the mapping into the CMDB that only imports one object type but that also includes a referenced_object that references a different object type that is not part of the import but is already in the schema?