Skip to content

Ticketing Integrations

Seliq’s ticketing integrations let you create a ticket in ServiceNow or Jira directly from a Seliq incident, and keep status synchronised in both directions. Analysts work in Seliq; managers and clients track status in the tool they already use.

When bidirectional sync is enabled:

  1. A Seliq incident at or above your configured severity threshold automatically creates a ticket in your ticketing system
  2. Status updates in Seliq (e.g. New → In Progress) are reflected in the ticket
  3. Status changes in the ticketing system (e.g. a ticket resolved by your help desk) update the Seliq incident status
  4. Comments added in Seliq (marked as “sync to ticketing”) appear as ticket work notes

The sync runs every 30 seconds in each direction.

Permissions required: A ServiceNow service account with itil role (or a custom role with read/write access to the incident table)

  1. In ServiceNow, create a service account or use an existing one
  2. Ensure the account has itil role or equivalent for the incident table
  3. In Seliq: Settings → Integrations → Add → ServiceNow
  4. Enter: ServiceNow instance URL (e.g. https://yourinstance.service-now.com), username, and password or OAuth token
  5. Map Seliq severity levels to ServiceNow priority values (Seliq provides a default mapping)
  6. Set the minimum severity for automatic ticket creation (default: high)
Seliq fieldServiceNow field
titleshort_description
severitypriority (mapped)
statusstate
assigned_analystassigned_to
notes (synced)work_notes

Custom field mappings are supported via the integration settings panel.


Permissions required: A Jira service account or API token with Create Issues and Edit Issues permissions on the target project

  1. In Jira, generate an API token: Account settings → Security → API tokens
  2. Note your Atlassian account email and the token
  3. In Seliq: Settings → Integrations → Add → Jira
  4. Enter: Jira site URL (e.g. https://yourcompany.atlassian.net), email, and API token
  5. Select the project where Seliq incidents should create issues
  6. Select the issue type (typically Bug, Incident, or a custom type)
  7. Map Seliq severity to Jira priority values

Seliq supports both Jira Cloud (API token authentication) and Jira Data Center (personal access token or basic auth). Select the correct deployment type in the integration setup.