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
ErveErve 

ZenHub -Git --> Salesforce Integration

We have Zenhub integration with GitHub .Basically Zenhub looks like JIRA and is integrated with Git. ZenHub allows information like EPIC,Release etc. information which we can't fill out normally using GIt.
Our requirement is we need to send all the details of Issue like EPIC,Relase and other fields of Zenhub(or Git) to Salesforce custom object or should be assigned to Contact in salesforce which may not be present in the Salesforce, after a Issue is created in GIT or Zenhub. Could you please help me out with this scenario.How to proceed with this and what would be best
VinayVinay (Salesforce Developers) 
Hi Erve,

From above details I understand you want to make API calls between ZenHub to Salesforce and vice versa.  

Below are options were you need to do customization to build API integration.

>> SOAP API
https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_quickstart_intro.htm
>> REST API
https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/intro_what_is_rest_api.htm
>> Connected app
https://help.salesforce.com/articleView?id=connected_app_overview.htm&type=5

Zenhub should be able to read WSDL, Json, xml etc format so that you can make integration with salesforce else you need to use middleware tools.

Also I am not sure how Zenhub exactly works at backend  you can review above links which can give you more information about API calls in salesforce proceed accordingly. 

If you do not have access to back end fields and objects in zenhub then you cannot integrate with salesforce.

Check 'Field Service Lightning' which is inbuilt functionality in salesforce may match your requirement rather than integrating with Zenhub tool.

https://help.salesforce.com/articleView?id=fs_overview.htm&type=5

Hope above information was helpful.

Please mark as Best Answer so that it can help others in the future.

Thanks,
Vinay Kumar