Hey
I implemented create issue dialog in this way:
var customCreateIssueForm = JIRA.Forms.createCreateIssueForm(params).asDialog(params2);
I need callback function when user click CREATE and create issue. I find out similar function - customCreateIssueForm.options.onSuccessfulSubmit, but it isn’t working.
Do you have any ideas ?
Thanks