-
Type:
Incident report
-
Resolution: Won't fix
-
Priority:
Trivial
-
None
-
Affects Version/s: 4.0.11
-
Component/s: None
-
None
-
Sprint 55 (Aug 2019)
Case:
UserGroups using tag filter, this case is not doing actions other user and admin, it's only Super Admin
Steps to reproduce:
| UserGroupName | Tag filter |
|---|---|
| Group-Tag | tag:A |
| Group-None |
Same users in both groups:
| UserName | User type |
|---|---|
| TestSuperAdmin | Zabbix Super Admin |
| TestAdmin | Zabbix Admin |
| TestUser | Zabbix User |
| TriggerName | TriggerKey | Tag | |
|---|---|---|---|
| 1 | Demo trigger use Tag | {Test Template Base:demo_trapper.iregexp("usetag")}=1 | Tag:A |
| 2 | Demo trigger non Tag | {Test Template Base:demo_trapper.iregexp("notag")}=1 | - |
| ActionName | Conditions | Operations |
|---|---|---|
| using group without tag | Trigger severity is greater than or equals Warning | Send message to user groups: Group-None |
For instance:
Each user is notified when trigger 1 (use Tag),
but In the case of trigger 2(non Tag), only the SuperAdmin is notified.
Result:

Expected:
Should notify users that match the groups. We should receive 3 emails in both cases