You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.
Hi,
It's not an issue but an optimization proposal
I would like to use this plugin with the ServiceNow provider but I use an on-premise version of ServiceNow and this plugin doesn't work with an on-premise version.
So I modify the file modules/centreon-open-tickets/providers/ServiceNow/ServiceNowProvider.class.php on line 402, 481 and 570.
I delete '.service-now.com' on each line and I give the URL:port on the instance field on the interface.
So it works
I think you can do this optimization and saying the instance name must contains '.service-now.com' in the field in the case of a saas version
Thinks a lot for this plugin
The text was updated successfully, but these errors were encountered:
Hi,
It's not an issue but an optimization proposal
I would like to use this plugin with the ServiceNow provider but I use an on-premise version of ServiceNow and this plugin doesn't work with an on-premise version.
So I modify the file modules/centreon-open-tickets/providers/ServiceNow/ServiceNowProvider.class.php on line 402, 481 and 570.
I delete '.service-now.com' on each line and I give the URL:port on the instance field on the interface.
So it works
I think you can do this optimization and saying the instance name must contains '.service-now.com' in the field in the case of a saas version
Thinks a lot for this plugin
The text was updated successfully, but these errors were encountered: