Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Search for Insight Objects without references

GS1337
Contributor
August 21, 2020

Hi,

 

we have alot of Inisght object and we would like to filter out those who have no references to other objects or Issues. Is this possible?

 

Thx!

1 answer

0 votes
Manon Soubies-Camy
Community Champion
August 23, 2020

Hello @GS1337,

The following IQL query should work:

object NOT HAVING inR("") AND object NOT HAVING outR("") AND object NOT HAVING connectedTickets()

Hope this helps,

- Manon

Suggest an answer

Log in or Sign up to answer