Hi all,
I'm new in JIRA Plugin development. I'm writing integration plugin between JIRA 7.X.X and our company internal system. It has to automatically transfer Work Log time logged by user on issue into internal system using REST API. I did it using `EventPublisher` JIRA component.
The only thing left is to notify user in case of internal communication error (using popup message as described here).
As far as I know `EventPublisher` is unable to communicate with UI (executed in different thread).
Thank You in advance for any hints!