ServiceNow Integration
The ServiceNow integration provides bidirectional synchronization between AtlasAI and ServiceNow ITSM. Incidents, changes, and CMDB records can flow in both directions, enabling teams to use AtlasAI’s AI capabilities while maintaining ServiceNow as the system of record.
Prerequisites
- ServiceNow instance (Orlando or later)
- A ServiceNow user account with REST API access and the
itilrole - Network connectivity from the Tenant Plane to your ServiceNow instance
Setup
Step 1: Create a ServiceNow integration user.
In ServiceNow, create a dedicated user for the AtlasAI integration with the following roles:
itil— For incident and change managementcmdb_read— For CMDB synchronizationrest_api_explorer— For API access
Step 2: Configure the integration in AtlasAI.
- Navigate to Settings → Integrations → ServiceNow
- Click Add Connection
- Enter your ServiceNow instance details:
- Instance URL:
https://your-instance.service-now.com - Username: The integration user’s username
- Password: The integration user’s password
- Client ID / Secret: (Optional) For OAuth 2.0 authentication
- Instance URL:
- Configure sync options:
- Incident sync: Bidirectional, AtlasAI → ServiceNow, or ServiceNow → AtlasAI
- Change sync: Import change records from ServiceNow
- CMDB sync: Import CI records and relationships
- Sync interval: How often to poll for changes (default: 60 seconds)
- Click Test Connection and then Save & Enable
Step 3: Map fields.
Navigate to Settings → Integrations → ServiceNow → Field Mapping to customize how AtlasAI fields map to ServiceNow fields. Default mappings are provided for standard fields.
| AtlasAI Field | ServiceNow Field |
|---|---|
| Title | Short description |
| Description | Description |
| Severity P1–P5 | Impact + Urgency |
| Status | State |
| Assigned To | Assigned to |
| Service | Business service |
Sync Behavior
Incident Sync
- AtlasAI → ServiceNow: When an incident is created in AtlasAI, a corresponding incident is created in ServiceNow. Status updates, notes, and resolution sync in real time.
- ServiceNow → AtlasAI: Incidents created in ServiceNow are imported into AtlasAI for AI-powered RCA and correlation.
- Conflict resolution: If both systems update the same field, the most recent update wins (configurable).
CMDB Sync
AtlasAI imports CIs and relationships from ServiceNow CMDB on a scheduled basis. This enriches the AtlasAI CMDB and enables topology-aware RCA using your existing ServiceNow data.
Troubleshooting
| Issue | Solution |
|---|---|
| Authentication failed | Verify username/password and ensure the user has required roles |
| Sync not running | Check the sync interval and ensure the integration is enabled |
| Field mapping errors | Review field mappings and ensure required fields are mapped |
| Rate limiting | ServiceNow may throttle API requests — increase the sync interval |