You need to sign in to do that
Don't have an account?
GOLDY
Jira Integration with salesforce using Web Services
Hi,
Is it possible to integrate JIRA with salesforce using web services.
If possible then please any body can suggest me any tutorial or link where I can find the integration guide line.
Thanks in Advance.
Regards,
Goldy
Hello
I have implemented JIRA _ SFDC integration.
I used a scheduled job to hit hira apis get values and updated in to salesforce using rest apis
Its pretty simple once you figure out what jira api you want to use. I used the wild search api
http://company.jira.com/rest/api/2/search/jql="xxxxxxx"
Use advanced search criteria from JIRA as in place of the xxxxxx :)
Hope this helps
Raunacq
@RaunCQ
Hi
can u provide the sample code for salesforce to jiira integration
I have written a series of blog posts for Salesforce-Jira integration. Sharing the same here so that if someone lands up here then he/she might find some help. Do let me know if you have any suggestions/feedback. Thanks
https://inteygrate.com/salesforce-jira-integration/