In assets I have companies, versions and contacts
Version is an attribute of the company.
When an issue is created, I want to:
1. set the company (asset custom field id = 10167) based on reporter
==> this works fine
2. set the version (asset custom field) that company uses of our product, based on company
===> This one is fetching the FIRST object from Assets, not the (version-)object related to the company-object despite the AQL applied.
The result is this

As a side note, the Pengvinversion field is restricted with Filter issue scope (AQL): object HAVING inboundReferences(LABEL in ${customfield_10167.label})
===> This works fine. If the user manually set the field, only the referenced versions are available in the select list. Using the same AQL in the automation as I do in the custom field is rendering in an error.
What is missing in the automation?
