I am trying to understand how to write (or even if I can) an IQL that pulls attributes from 3 or more object types within my schema and display the attributes from all the different object types at once?
thanks for your question. Sadly, this is not possible.
The simple reason for this is, that IQL will return whole objects and not only attributes. It is probably the same as JQL returns issues instead of custom field values from various issues.
So the only thing you could do: aggregate asset attributes in another asset and display this one. Sorry 😕
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.