Hi,
Recently I am using webhook to connect Jenkins API. Once I update my Jira ticket status to "Create Branch", it will trigger Jenkins and it works. However, I found that if I have more than one Jira tickets and I update the status to "Create Branch" almost at the same time, it is only triggered 1 create a branch in my Jenkins as it is supposedly triggered the same amount of my tickets that I update the statuses. May I know is this related to my Jira performance or is it because of the limitation of webhook where user not able to update the statuses to trigger Jenkins almost the same time?
Thank you.