JIRA Plugin - Async Event Listener

Deleted user May 17, 2018

Team,

We have Jira plugin, in which we used almost all the Jira Event listener. but we need to handle all the event listener in asyn mode.

How to handle the Jira event listener asynchronous way?

1 answer

1 accepted

0 votes
Answer accepted
Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 17, 2018

When I needed to use async mode, I ran code in a different thread in the listener.

Or you can create your own async event and use it. You can find an example here:

https://bitbucket.org/atlassianlabs/async-events-tutorial/src/master/

Ahmed Trabelsi August 31, 2021

Hi @Alexey Matveev 

Would you please share an example on how to run a listener in different thread? I'm using jira server 8.13 

Many thanks

Ahmed

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events