ServiceNow Incident Creation Action
The ServiceNow Incident Creation action generates a support ticket from WhatsUp Gold using valid ServiceNow account credentials.
Configure the following:
- . Enter a unique name for the action. This name displays in the Actions Library.
- . Enter a short description about the action. This description displays next to the action in the Actions Library.
- . Enter the address for your ServiceNow cloud or on-premise server.
- . Enter a valid ServiceNow account username.
- . Enter the corresponding ServiceNow account password.
: We recommend setting up a dedicated ServiceNow user account for WhatsUp Gold to use so support tickets generated as a result of this action will be easily identifiable in your support ticket tracking user interface.
- . Populate this field with the basic reason for incident generation. Please note, this configuration field supports the use of percent variables and is populated by default upon initial configuration of a new action with relevant data using applicable percent variables, though it can be modified if needed. To insert a percent variable into your ServiceNow incident comments, right-click within the field, then select the desired option from the menu displayed.
- . Populate this field with the salient content you want to include with the incident record. This configuration field also supports the use of percent variables and is populated by default with relevant data.
- . Enable this option to create a hyperlink under the applicable device properties and device status dashboard pointing to the incident record.
- . Populate this field with JSON code to make specific ServiceNow incident fields required. Example: If your organization requires new ServiceNow incidents to be created with impact and priority set at creation time, the Additional incident settings field would include the following:
{ "impact":"1", "priority":"2" }
Please note, the value of 1
for impact and 2
for priority are only examples. Consult your ServiceNow administrator for values applicable to your specific needs.