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