Heads up! On March 5, starting at 4:30 PM Central Time, our community will be undergoing scheduled maintenance for a few hours. During this time, you will find the site temporarily inaccessible. Thanks for your patience. Read more.
×Hi All,
We are using the Connector for Salesforce & Jira by AppFire, but are having issues when trying to create a Jira Issue via trigger. Here is the documentation they provide:
https://appfire.atlassian.net/wiki/spaces/CSFJIRA/pages/470754259/Configuring+automatic+Jira+issue+creation+from+Salesforce#Signature-of-JCFS.API.createJiraIssue
We are using the advanced usage for Signature of JCFS.API.createJiraIssue. When checking Salesforce logs, I can see that the method is being called, but the call does not return any usable responses regardless of success or failure. When we attempt to manually create the Jira Issue, via the following component, it is created successfully w/o any errors.
One thing we did notice in the logs when the above mentioned method was called is the following query returned with no rows:
SELECT Id, baseUrl__c, acKey__c, acBaseUrl__c, connectionId__c, sharedSecret__c FROM Connection__c LIMIT 1
I was not able to find anything on this 'Connection__c' object, so any help would be greatly appreciated.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.