Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Live template
templateTypetemplate
templateOption{"label":"Knowledge Base Template v4 Cloud Migration Ready","value":"470811132","templateType":"template"}
templateTypeOption{"label":"Confluence template/blueprint","value":"template"}
templateId470811132
excerptSummary After applying the API access token on the Salesforce package, an " Unknown error! Please contact your administrator " message appears even though the Connection seems to be successfully established: Environment Jira server Connector for Salesforce & Jira (server) any version Diagnostics Steps You can use the following Apex code to check the connectivity from Salesforce to Jira: Http http = new Http(); HttpRequest req = new HttpRequest(); req.setEndpoint('<JIRA URL>'); req.setMethod('GET'); HttpResponse response = http.send(req); System.debug('STATUS: ' + response.getStatusCode()); System.debug('BODY: ' + response.getBody()); :warning:  Replace <JIRA URL> with your Jira's base URL. You can run the code by going to Salesforce > Developer Console > Debug > Execute Anonymous Window . Once you hit execute you'll be directed to the results. Cause This is usually caused by a connectivity issue between the Salesforce site and your Jira server instance. Something might be blocking the connection (e.g. firewall, proxy, security software, or even redirections configured on Jira like SSO). Here is an example of a proxy connectivity issue: Workaround Not applicable. Resolution You may need to work with the IT team in your company to allow the Salesforce package to access your Jira server instance through the Internet and fix the connectivity issue.
fieldGroupKeys{"2y3hhobuup":["net.customware.confluence.plugin.scaffolding__2y3hhobuup__data_0_szhzkf4osy4v673pygn6"]}