I have implemented
@EventListener
public void onRemoteIssueLinkDeleteEvent(RemoteIssueLinkDeleteEvent remoteIssueDelete)
Now remoteIssueDelete.remoteIssueLinkId is 10007. How can I get the Issue based on it. I can get the Jira issue based on issue key but not sure how to get it based on id which is numberic.
Also when I am trying to find remote link based on remoteIssueDelete.getRemoteIssueLinkId(), I do not find anything as the link is deleted first and then the event is fired