Is there an official API to attach an email to an issue so that the email will be recognized by the JIRA outlook plugin as being attached to an issue?
The goal is to automatically create issues from emails. I have looking into the built-in issue from email creation but it will not work for my use-case. I want to write custom code to create the issues and attach emails.
I see that the JIRA Outlook plugin calls :
https://atlassian-outlook-integr.services.atlassian.com/api/jira/proxy/attachEmail
But I have not found documentation on this.