Hi,
I am trying to create a Jira issue(epic) from a Salesforce opportunity record automatically using the apex trigger using the below method.
JCFS.API.createJiraIssue('******', '10000');
I don't see any errors but the Jira issue is NOT being created.
I have completed the connection and binding accurately and I am able to create a Jira issue manually from Salesforce record page.
I am not sure what the issue is so reaching out for help.
Thanks in advance !