Forums

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

Insight Filter

Arkadiusz Baka
Contributor
August 16, 2021

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

1 answer

0 votes
Björn Gullander
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 16, 2021

Hi, 

Maybe you could use something like:

AND "Manager" NOT HAVING group("jira-administrators")

Arkadiusz Baka
Contributor
August 16, 2021

This show only  Worker's where 'Maganger' is no member of 'jira-administrators'. I need solution where admin can choose any one 'Worker'

Suggest an answer

Log in or Sign up to answer