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!
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.