I have an object that has 2 outbound references to the same object thpe "Employee". What I would like to be able to do is filter the objects to show only those objects where the current user is in the Members attribute and not show where they are the Manager. Is this possible?
Hi Tanya,
You can read about IQL and filtering at https://documentation.riada.se/insight/latest/insight-user-s-guide/iql-insight-query-language
You should be able to use currentUser() function, something like this example:
"Manager"."Correct Attribute Name" != currentUser() AND "Members"."Correct Attribute Name" = currentUser()
Best Regards
Alexander
Would have choosen
object HAVING outboundReferences( objectType=Members AND "JIRA User"=currentUser() )
but Alexanders example looks easier.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.