CSV Import AQL Filter, The AQL provided is invalid

Rodislav Moldovan January 22, 2025

Hello, 

I'm trying to import assets with applying an AQL filter, but I have a constant fail. Did anyone had a similar issue and maybe a solution ?

CSV:

unu,doi
val unu,val doi

AQL filter samples:

"unu" = "val unu"

unu = "val unu"

 

Validation is passing fine, I see it in the Network panel of the Dev Tools of the browser :

{"isValid":true,"errorMessages":[],"errors":{}}

 

But Create silently fails, I see the message in the same panel :

{"errorMessages":[],"errors":{"selectorQlQuery":"The AQL provided is invalid"}}

 

 

1 answer

0 votes
Rodislav Moldovan January 22, 2025

It turns out I was using in my AQL the fields from CSV, not an attribute of my target object.

If my target object had an attribute: numar, I should've used the AQL like this:

"numar" = "val unu"

so it is numar the name of the attribute of the target object instead of unu from CSV.

Rodislav Moldovan January 22, 2025

This option however does not work when the attribute is an Object.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events