Hello everybody,
I am working on a ScriptRunner listener script. This listener is executed on “Issue Created” event, and based on some search criteria it adds that issue’s description as a comment to a matched issue (if found), and finally deletes the redundant issue. This listener works fine when I manually test it in my dev cloud instance.
However, in the production environment, issue basically gets created from incoming emails from another source. When the system receives multiple emails concurrently, the listener script starts multiple executions in parallel, and the final result does not match with the expected.
Is there any way to instruct the listener script to complete the ongoing execution before starting the next execution?
Thanks.
Thank you for your question.
This means that as Jira is Asynchronous that one script could complete before another script as the API's of one script could return before the other script is completed and this means that it is not possible to have scripts that depend on another script having completed first with ScriptRunner for Jira Cloud.
Meaning, you cannot specify the order script listener in as they are fired as when we received the webhook event that triggers them off of Atlassian.
I hope this information helps.
Thank you.
Kind Regards
Kate
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.