Hi there,
This returns nothing
project = TB AND "Affected device" in iqlFunction("objectType = \"End User Devices\" and Name = {issue.Affected device.name}")
BUT if I put Name = "hardcoded name of device" it works.
what do I need to do to wrap up the Name = so the AQL uses the value from the issue as the filter.
I have tried .label without the .name, I have tried Key = and none work.
Thanks