Salesforce to JIRA Integration using REST

Mayur Gupta January 2, 2015

Hi,

I want to have integration between Salesforce to JIRA using REST webservice. On record creation in salesforce the issue should be created in JIRA. I have JIRA url, project and ISSUe type with me. I need Apex code and trigger to make it possible

4 answers

1 vote
MattS
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 2, 2015

There are several commercial add-ons that do this as well

1 vote
Midori
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 2, 2015

Have you tried using Zapier for that? This, or IFTTT could save you some programming.

https://zapier.com/zapbook/jira/salesforce/

0 votes
Alex Medved _ConfiForms_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 2, 2015

Well, salesforce has a possibility to develop in JAVA, just make a HTTP REST call to your JIRA server... nice tutorial could be found here https://developer.atlassian.com/display/JIRADEV/JIRA+REST+APIs#JIRARESTAPIs-ASimpleExample:CreatinganIssueinJIRA

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 2, 2015

What do you mean by "Apex code and trigger"? 

You'll need to add something to Salesforce that can issue the calls to JIRA as per https://docs.atlassian.com/jira/REST/latest/ - for your case, I'd actually start with https://developer.atlassian.com/display/JIRADEV/JIRA+REST+API+Example+-+Create+Issue as you should be able to adapt that to whatever you write in Salesforce.

Suggest an answer

Log in or Sign up to answer