Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to get Jira issue based on remoteIssueLinkId

Subhajit Bhuiya October 24, 2018

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

0 answers

Suggest an answer

Log in or Sign up to answer