Hi,
It's posisble to add exclude in IQL filter for specific group of users?
e.g. IQL Filter: ObjectType= Worker and Manager = currentUser() - this filter show objects where current user is manager. I need add exclude that current user which is member of group (e.q Admins) will see all ObjectType = Worker
Hi,
Maybe you could use something like:
AND "Manager" NOT HAVING group("jira-administrators")
This show only Worker's where 'Maganger' is no member of 'jira-administrators'. I need solution where admin can choose any one 'Worker'
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.