I'm configuring a filter scope of the assets that could be selected in a ticket creation based on the group assigned to the user and the asset.
The user could select assets assigned to their group, user couldn't select assets from a different group.
The groups are defined on Admin -> Directory -> Groups
User is a member of the group
There is a custom field on the asset to select the group to belong to
I tried with 'Group' = in (User(Group)) but it isn't working