Overview
DvSum supports ticketing integrations with external platforms such as ServiceNow and Jira. A ServiceNow source provides the connection to ServiceNow, and the ServiceNow Collections created from the source can be used in a Proactive Workflow to configure ticketing actions.
At the Proactive Workflow level, ticket actions can be configured to support either manual ticket creation or automatic ticket creation based on configured incident conditions.
Configuring ServiceNow as Source
DvSum Data Intelligence allows users to connect to ServiceNow as a data source. A ServiceNow source provides the connection and authentication details that can then be reused by Collections and Workflows.
Prerequisites
Before creating the ServiceNow source, make sure you have:
- A ServiceNow instance.
- The ServiceNow instance URL.
- A ServiceNow user account with the required permissions.
- OAuth password credentials configured in ServiceNow.
- The OAuth token endpoint for the ServiceNow instance.
Create a ServiceNow Source
- Navigate to Data Sources.
- Click Add Source.
- Go to Ticketing section for and select ServiceNow.
- Enter a name for the source.
Configure the Connection
Open the Connection configuration for the ServiceNow source.
Base URI: Enter the base URL of the ServiceNow instance.
Example: https://dev364935.service-now.com
The Base URI identifies the ServiceNow instance that DvSum will communicate with.
Configure Authentication: Configure the following authentication settings:
Authentication Type: OAuth2 (Password Credentials)
Access Token URL: Enter the ServiceNow OAuth token endpoint.
The token endpoint is used to obtain an OAuth access token for authenticating API requests to ServiceNow.
Username: Enter the ServiceNow username that will be used for the connection.
Example: admin
Password: Enter the password associated with the ServiceNow account.
Client ID: Enter the OAuth application's Client ID configured in ServiceNow.
Client Secret: Enter the OAuth application's Client Secret.
Client Authentication: Configure the client authentication method required by the ServiceNow OAuth configuration.
Audience: If required by the ServiceNow OAuth configuration, provide the appropriate audience value.
Test the connection if the Test Connection option is available.
After the connection is successfully validated, save the source.
ServiceNow Collections
After the ServiceNow source is created and authenticated, a Collection is created automatically.
The Collection contains the ServiceNow operations required for ticketing, such as:
- List Incidents
- Get Incident
- Create Incident
- Update Incident
- List Work Orders
- Create Work Order
Configure Ticketing on Proactive Workflow
Once the ServiceNow source is configured, open a Proactive Workflow.
- Navigate to Workflows.
- Open a Proactive Workflow.
- Open the Actions tab.
- Configure the Ticket Creation action.
The ticket action can be configured using the ServiceNow Collection.
Ticket Creation Options
Two ticket creation options are available.
Manual Ticket Creation: Allow Users to Create Tickets Directly from Incidents.
Automatic Ticket Creation: Automatically Create Tickets When Incidents Match the Configured Conditions.
Both options can be enabled when both manual and automatic ticket creation are required.
Manual Ticket Creation
The Allow users to create tickets directly from incidents option allows a ticket to be created manually from a node incident.
Configure the Ticket Creation Action
The ticket creation action includes the following configuration:
- Ticketing Platform
- Short Description
- Description
- Assignee
- Priority
Select the Ticketing Platform
Select the ServiceNow as the ticketing platform.
Select the appropriate ServiceNow source configured.
ServiceNow supports ticketing options such as:
- Ticket
- Work Order
Ticket Creation
Navigate to the required node and analyze it.
Open the Incident Actions
- Open the required node incident.
- Navigate to the Actions tab.
- Select Create Ticket.
The configured ticket creation form is displayed.

Review the Ticket Information
After a ticket is created for an incident, the ticket information is displayed inline in the Incident Detail page header.
The header displays the following ticket information:
- Assigned To
- Ticket ID
- Status
- Assignee
- Priority
- Due Date
The ticket information is populated based on the configuration of the Workflow Action.
The available incident values can be used in fields such as Short Description and Description.
For example, if Action Required is included in the configured expression, its corresponding value is automatically populated when the ticket is created.
The value does not need to be entered manually.
Ticket Status
The ticket status is displayed in the Incident Detail page header along with the ticket information.
The ticket status is synchronized with the corresponding ticket in ServiceNow. When the status of the ticket is changed in ServiceNow, the updated status is reflected in DvSum.
For example, if the ticket is moved to a different status in ServiceNow, the corresponding status displayed in the Incident Detail page header is updated accordingly.
Existing Ticket Behavior
After a ticket is created for an incident, another ticket cannot be created for the same incident while the existing ticket is active.
For example, if the ServiceNow ticket is changed to On Hold, the ticket remains active and another ticket cannot be created.
After the existing ticket is closed, another ticket can be created for the incident.
Automatic Ticket Creation
The Automatically create tickets when incidents match the configured conditions option allows a ticket to be created automatically when an incident meets the conditions configured in the Proactive Workflow.
- Open the required Proactive Workflow.
- Open the Actions tab.
- Enable Automatically create tickets when incidents match the configured conditions.
- Configure the conditions that identify the incidents requiring a ticket.
- Select ServiceNow as the ticketing platform.
- Select the Task type.
- Configure Ticket Details: Short Description, Description, Assignee, Priority.
- Select the required ServiceNow Collection and operation.
- Select Done.
Automatic Ticket Creation Behavior
When the node is analyzed, DvSum evaluates the generated incident against the conditions configured in the Proactive Workflow.
If the incident satisfies the configured condition, the Ticket Creation Action is triggered, and the ticket is automatically created in the selected ticketing platform.
No manual Create Ticket action is required from the incident.
Manual and Automatic Ticket Creation
| Option | Description |
| Allow users to create tickets directly from incidents | Allows manual ticket creation from a node incident. |
| Automatically create tickets when incidents match the configured conditions | Automatically creates a ticket when the incident satisfies the configured condition. |
| Both options enabled | Supports both manual and automatic ticket creation. |
0 Comments