Asset import CSV AQL problem - What am I doing wrong?

Marc Solomon
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 19, 2025

I cannot figure out the AQL component of a CSV asset import for my life.

I have a list of People already imported (Name, email, status)

I want to import a list of Projects and map the Project Principal to a People record. The CSV has a field called ProjectPrincipal, which has an email address. This email corresponds to a record already loaded in People Assets.

In the import mapping, I consistently get an error Invalid AQL.

This is the AQL statement. "Project Principal" = objectType = "People" AND "Email" = "${ProjectPrincipal}"

What am I doing wrong?!

Screenshot 2025-02-20 110534.png

1 answer

0 votes
Christopher Yen
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 25, 2025

Hi @Marc Solomon ,

Welcome to the community. I believe the objectType is not necessary in the AQL. Can you try this?

"Email" = "${ProjectPrincipal}"

 It's a bit confusing / not intuitive, I had a better grasp of it when I was trying to set up my import and linking our people object to users on devices so I'm using that as reference right now2025-02-25 21_54_55-Window.png

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