Event Listener not triggered upon bulk CSV import issues

Hello,

I have developed an event listener in my plugin that listens to EventType.ISSUE_CREATED_ID or EventType.ISSUE_UPDATED_ID and does certain logic.
I noticed it didn’t get triggered when I imported an existing issue and changed its summary from CSV using ‘System External Import’ feature.
Logically, if the issue key is not found, ISSUE_CREATED_ID should be triggered. If not, ISSUE_UPDATED_ID should be triggered.
Can you please tell me what I missed?

thanks,
Rosy

1 Like

You missed Googling ‘jira external system import no listener’ where JRASERVER-64599 is returned in the search results.

2 Likes

thanks a lot @sunnyape for your help!