You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
I am working on a project where I create a Jira ticket and it will also update one of my legacy system with same information using a rest call.
I have setup issue created event in Scriptrunner Listener. whenever an issue is created in JIRA it creates a POST call to the legacy system. In scriptrunner listener I have an asynchronous piece of code which initiate a post call so Jira doesn't have to wait for the response from the legacy system.
I want to know more details how scriptrunner listerner handles events internally, let's say if I create 1000 Jira tickets exactly at the same time, does Scriptrunner initiates 1000 create events for them at the same time?