Frustrated by manual updates, duplicate work, and lack of visibility across Jira and ServiceNow?
Set up a bidirectional sync and get real-time updates across systems.
From simple syncs to complex workflows, Exalate has you covered.
Sync urgency, state,
sys id, caller, category...
sync summery, description,
comments...
sync attachments
and any custom fields
Sync any entity using a one or two-way mapping. Configure and map the entities precisely as you require them.
All fields are supported, including:
All fields are supported, including:
All fields are supported, incuding:
Sync all ServiceNow entities available via REST APIs.
Simply look for the field names in ServiceNow tables, choose what you want to sync, and add it to your script.
Jira Software (Cloud and Data Center)
Jira Service Management
(Bugs, Tasks, Stories…)
+40 fields are supported, including:
All fields are supported, incuding:
Work with simple integration templates. Or, completely customize your sync.
Bi-directionally sync new and existing comments, descriptions, attachments, statuses, priorities, urgencies, work logs, and much more between Jira and ServiceNow. Use triggers to exert granular control over how the sync works.
Keep customers informed about product changes in real time. Create change tasks for dedicated teams.
if(entityType == “changeRequest”) {
replica.summary = changeRequest.short_description replica.description = changeRequest.description replica.comments = changeRequest.comments replica.attachments = changeRequest.attachments
///other fields supported by the Change request entity
Maintain uniformity across all platforms. Give your ServiceNow entity the same level of priority or urgency as the Jira Issue.
. . .
def priorityMapping = [
“1 – Critical”: “High”,
“2 – High”: “High”,
“3 – Moderate”: “Medium”,
“4 – Low”: “Low”,
“5 – Planning”: “Lowest” ]
issue.priority = nodeHelper.getPriority(priorityName)
Use correlation fields to establish a relationship between local and remote systems. Store unique entity IDs, URLs, or other remote records in Jira and ServiceNow.
// retrieve the twin url from the incoming message
import groovy.json.JsonSlurper
def issueUrl = new JsonSlurper().parseText(syncRequest.replica.payload).get(“issueUrl”)
// setting the fields correlation_id and u_issue_key
entity.correlation_id = replica.key
entity.correlation_display = issueUrl
Convert incidents to epics that should be broken down into stories for easier time tracking. Keep an eye on time spent and resolution timelines.
def ced = new CollectEpicData(issue.key)
replica.customKeys.totalTimeSpent = ced.storyTotalTimeSpent
replica.customKeys.totalOriginalEstimate = ced.storyTotalOriginalEstimate
replica.customKeys.totalEstimate = ced.storyTotalRemainingEstimate
Connect multiple ServiceNow instances to a single Jira Service Management instance or vice versa.
Ms. Teo |
Exalate comes with default sync rules, that can be adapted to your specific needs.
Build your unique integration rules with just a few lines of Groovy Script – or a few prompts.
Install the Exalate app on both Jira and ServiceNow. Or, have it as a bridge app on ServiceNow.
Connect multiple projects, instances, and platforms.
Set your sync rules to make sure the right data is shared.
Prompt Exalate’s AI to generate rules, or fine-tune with Groovy-based custom mappings and logic for complete control.
Set triggers to automate your sync based on specific conditions.
Now your connected instances will exchange information automatically. Happy syncing!
Exalate offers a 30-day Free Trial
Install it on both Jira and ServiceNow to begin:
Answers to the most frequently asked questions
You can sync custom fields, issues, comments, attachments, descriptions, attachments, and every other ServiceNow entity. To explore further sync possibilities, use the advanced scripting mode.
You can install Exalate for free to use the no-code Basic Mode for simple synchronization tasks. To get the advanced Script Mode, you need to buy the Premium Plan after a 30-day trial. To request pricing, talk with our team in real-time on the chat we have on this page. Or, send an email to sales@exalate.com
We offer Standard and Premier Support to our customers depending on their needs and the running service-level agreement. As part of our Premier Support, we’ll assign a dedicated support agent to assist with your problem. You’ll also get up-to-date progress reports about critical production issues.
Exalate has a built-in error recovery mechanism that allows you to fix problems and resume synchronization from the moment it fails. You can use the troubleshooter to examine the error stack trace to determine if the error occurred at the entity, connection, or application levels.
You can also choose to install Exalate on Jira via docker.
Access to these addons is via REST API requests, webhooks, iframes, etc depending on whether it’s Jira Cloud or on-premise.
Yes, Exalate supports single-tenancy, which minimizes the risk of information leakage at the infrastructure level. When a node is deployed on the Exalate Cloud, it runs inside a ‘Kubernetes pod’ configured to prevent information leaks.
Yes, you can use Exalate to connect multiple Jira and ServiceNow instances. Exlaate also supports other ITSM tools like Azure DevOps, Zendesk, Salesforce, and GitHub.