Hi @Vimal G
Hope you're doing well.
I work as a content manager at Exalate.
With Exalate, you can easily integrate Jira with Salesforce with the customization you want, without the hassle of a third-party app.
You can control what you send and receive between Jira and Salesforce, which gives you a lot of flexibility.
Feel free to book a call with us to discuss your use case, and we can take it up from there.
Kind regards,
Teja
Hello @Vimal G
Yes, this can be done with webhooks on both Jira and Salesforce side. The full documentation can be found here: https://omnitoria.io/build-a-salesforce-integration-with-jira
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, you can integrate Jira with Salesforce using their REST APIs directly, no Jira add-on or marketplace app required.
The most common approach is Salesforce Apex HTTP callouts to Jira's REST API. At a high level you'd:
SalesforceCodex has a solid walkthrough of this setup: https://salesforcecodex.com/salesforce/create-jira-issue-in-salesforce-apex-with-jira-integration/
One thing to be realistic about: this works well for straightforward, one-directional use cases like pushing Cases to Jira as issues. But if you need full two-way sync where updates to comments, attachments, statuses, and custom fields flow automatically in both directions, the custom code gets complex fast. You'd need webhooks on the Jira side, an inbound endpoint on Salesforce, field mapping, and conflict resolution. That's a significant development and maintenance commitment.
So yes, absolutely doable for focused use cases without any add-on. Just scope your requirements carefully before going the fully custom route.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, we’re Peeklogic, the developer of a Salesforce–Jira connector that can help you easily integrate SF and Jira. Feel free to contact us at info@peeklogic-connector.com, and we’ll be happy to help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Vimal G
Yes, it’s possible to integrate Jira and Salesforce using just their REST APIs—no add-ons required.
Add-ons are not robust and reliable way for integrations, due to:
OpsHub Integration Manager, an Atlassian Solutions Partner supports this Jira – Salesforce integration:
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.