function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
UjwalaUjwala 

Salesforce-JIRA integration without connector

Hi all,

How can i integrate jira and salesforce using REST API without any connectors or tools in between ?

On salesforce side we need to do remote site setings.What are the settings we need to do on JIRA side regarding salesforce.?
 
Prem RPrem R
Hi Ujwala, 

Are you going to send data from salesforce to JIRA?  or bi-directional connection? 

Thanks,
Prem
UjwalaUjwala
Hi,

Currently i am trying to send data from salesforce to JIRA
but in future i will need Bi-directional connection also
Prem RPrem R
Hi, 

Did you gone through the JIRA REST API Document for connectivity? 
https://developer.atlassian.com/server/jira/platform/rest-apis/  (https://developer.atlassian.com/server/jira/platform/rest-apis/)
 
UjwalaUjwala
Yes i found out REST api but i am not getting how to set oAuth settings in JIRA. Like consumer key and all..