the reference IQL must be supplied

JiraYo
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 4, 2018

Hey there. So i am using jira insight plugin to add some assets now to my jira site.

 

So far so good. However ran into a problem. The error message i get on trying to set up my matched fields is: "When specifying an attribute referencing to another object the reference IQL must be supplied"

 

I assume that IQL == JQL, but i cant seem to find the right syntax (is there a comprehensive JQL manual?).

 

Problem: i have a list of ip addresses. In that list there is a column "logical type" that is really a list of networks (VLANs) that the ip address belongs to.

 

I created another asset list "networks" that has all the VLANs in there. And i want my import to map to this reference list. I believe its just getting confused because the column names are not the same. I would think its something like TABLE.COLUMN = TABLE2.COLUMN2, but that does not seem to work.

What is the correct syntax in IQL to map a column in the first table to a column in the second table? the below does not work, but hopefully you get the idea. the identifier of the import data column is "logical type" and the identifier of the reference column is "name" (as in network name, vlan name, etc).

 

example not working.pngnetwork.pngip table.pngmanual edit.png

 

1 answer

1 accepted

1 vote
Answer accepted
JiraYo
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 4, 2018

Ok i got it now, found this article which explains it.

https://documentation.riada.se/display/ICV50/Import+Concept+-+Object+Type+Reference

Name = ${Logical Type}

 

got it.png

Jonathan Nogueira August 17, 2022

This link no longer works.

Suggest an answer

Log in or Sign up to answer