Unable to attach event handler to "QuickCreateIssue" in JIRA 8

In Jira7 I was able to attach a handler for"QuickCreateIssue.issueCreated " but seems like in Jira8 this no longer works, ( jQuery(AJS).bind(“QuickCreateIssue.issueCreated”, function() {});

Any hints on what am I doing wrong here.

Thanks for asking!

Jira 8.0 is a platform release, meaning there will be breaking API changes. Please read Atlassian User Interface upgrade Jira 8.0 for more detail.

You should probably take a look at AJS() section.

Hope that helps,
Mateusz Marzęcki