When a project is deleted, an com.atlassian.jira.event.issue.IssueEvent is not thrown.
I was expecting a event with type ISSUE_DELETED_ID to be thrown.
Furthermore, I cannot use ProjectDeletedEvent since it is run after all issues have been deleted so I cannot use it.
Is this a jira bug and is it likey this will be fixed?