Is it possible to display referenced attributes in insight advanced search?

Olaf Ritter December 14, 2021

The Insight "search for objects" view allows to select columns to display for search results. Apparently the attributes of all object types are selectable here but only the columns (attributes) of the searched object type return values.

Is it possible to make a search also display referenced attributes?

I have the object types "Staff", "Roles", "Teams". 
The object type "Staff" has the referenced attributes "Roles" and  "Teams".

objectType = "Teams" AND object HAVING inboundReferences(Roles = "Product Manager") 

In the above search result I would like to display the Staff attribute "Name" so that for each team the product manager name is shown in the Name column.

1 answer

0 votes
David Sumlin
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 14, 2021

Unfortunately, this is not possible. It is similar to Jira Issue Navigator. You can only display the fields for the issues you return, not the fields of linked issues.

Olaf Ritter December 16, 2021

That's what I thought, but still was hoping for a magic trick.

Thank you for your quick response, David.

Suggest an answer

Log in or Sign up to answer