Hello,
When custom Jira plugin dialogue window is opened we call an AP.events.emit(‘eventID’) method to submit the message to the main plugin thread, but the main thread doesn't receive this event even though we registered the handler with AP.events.on(‘eventID’, eventHandler).
Why could the handler be not called?
Hi, have you solved your problem? I can't communicate between my addon modules by using AP.event, modules just don't receives these events.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.