Hello,
I need some help with an problem regarding to Listener´s and JQL querys.
So I wrote an Listener which sends an custom mail to the teamleader if the issue is set to priority 1.
In the first step I get the search results from some of our saved filters and then I check if the issue is in one of these filters. Based on the filter I send the mail to the right teamleader.
This works fine until I have an issue with an approval inside the workflow, it seems that the listener is faster than the re-index of the issue in the approval transition.
When I test the script in the console it works.
Is there any way to slow down the listener or wait until the re-index is done?
Thanks
Joerg