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