Custom listener: RemoteIssueLinkUpdateEvent listener does not get triggered.

Saarvaani Vadlamani January 11, 2017

I just want to print the remoteissuelinkId when the remoteissuelink has a new status. I am writing a scriptrunner custom listener for this purpose.Below is the code:

import com.atlassian.jira.event.issue.link.RemoteIssueLinkUpdateEvent
def event = event as RemoteIssueLinkUpdateEvent
log.warn "Issue resolved: " + event.remoteIssueLinkId

Here the remote link is an issue on a JIRA instance which is hosted on a different server.

I am updating the status of the issue but the listener is not triggered.

Please let me know where am I going wrong.

1 answer

0 votes
JamieA
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 17, 2017

That's not what RemoteIssueLinkUpdateEvent does... it fires when the link is modified, not when the remote issue is updated. 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events