Hi Team,
We have Integrated ServiceNow with Zabbix using the SNOW webhook in Zabbix 5.2.
When we test the webhook, it is perfectly working and creating the incidents in SNOW.
But few fields like the assignment group , configuration item, etc. are not updating.
The requirement is like:
if the server is a Linux server- then ticket should be assigned to "Linux_Team" (team name in servicenow assignment group field)
if the server is a Windows server- then ticket should be assigned to "Windows_Team"(team name in servicenow assignment group field)
Also the configuration item field should have the respective server name for which the ticket has been created.
Please help us in this regard. Thanks
We have Integrated ServiceNow with Zabbix using the SNOW webhook in Zabbix 5.2.
When we test the webhook, it is perfectly working and creating the incidents in SNOW.
But few fields like the assignment group , configuration item, etc. are not updating.
The requirement is like:
if the server is a Linux server- then ticket should be assigned to "Linux_Team" (team name in servicenow assignment group field)
if the server is a Windows server- then ticket should be assigned to "Windows_Team"(team name in servicenow assignment group field)
Also the configuration item field should have the respective server name for which the ticket has been created.
Please help us in this regard. Thanks
Comment