Can I call particular function after 3 minute time span on jira create event listener

Prashant Mali December 1, 2016
 

2 answers

2 votes
Volodymyr Krupach
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.
December 2, 2016

I can not imagine a case when it's needed but you can do it by starting a new thread. Please check: http://stackoverflow.com/questions/19999231/how-to-start-a-thread-after-specified-time-delay-in-java

1 vote
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 1, 2016

There's no functionality for that in JIRA.  In theory, you could just put a "sleep" into the listener when it gets the event, but that's going to cause things to stack up, so in reality, don't do it.

What is the use case for this?  There was a question the other day about something which didn't make a lot of sense before, but I can't work out why you'd want to introduce such a delay.

Suggest an answer

Log in or Sign up to answer