I am writing a plugin. I want to listen to remote link deletion event from Jira. I need to find out the remote link url and associated Jira issue to perform some action when a remote link is deleted from Jira issue. Is that possible? I am trying to use onRemoteIssueLinkDeleteEvent but it is of no use. It only provides the globalId of the link. If I search link based on the global Id, I found nothing as the link is deleted 1st and then the event listner is called.