When i call the following function from an iframe of a app section inside a Jira issue:
AP.jira.openCreateIssueDialog((issues) => {
console.log("test");
}, {});
An error is thrown in the console after i press the create button on the issue dialog.
This only happens in the new Jira issue view and/or from the "issues and filters" Jira page.
Has anyone experienced this problem?