Show pop-up message in EventListener

Hi all,

I have an event listener, which listens to events when comments are added/edited and when issues are updated. When an issue is updated, I need to check for the updated value, then prompt a message depending on the condition.

How can I prompt or show a simple pop-up message from the EventListener java code?

Thanks!

I think you need to get the separation of frontend and backend straight. You will not be able to show any popup from Java, you need to do this in JavaScript on the client side.