as we are registering more and more webhooks in our JIRA - I have wondered:
thank you
The performance is a variable that depends on many factor. How are you mesuring the perfermance of your sistem?
The webhooks are threads that run seperatly. So, if you server has "room" the UI threads shuldn't be afected to mutch.
I think the better solution is to create something like a proxy where you put the business logic that you need. For example, create only one webhook for create issue that is trigerd for all the issues, inside the service that is called by the webhook validate what you need to do.
What if there are hundreds of updates happening per second? does having a webhook created affect the overall performance of jira?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If we have to enable Webhooks with JQL for only one project, will it still raise and send notifications of events for all projects in the Jira portal first and then filter on the project as per JQL for events processing?
We are interested in processing the events only on 1 project and hence we don't want the performance impact because of hundreds of other projects with several thousands of jira updates raising events on a daily basis.
Please explain how the webhooks behave with projects filter JQL to limit the events processing.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
https://jira.atlassian.com/browse/JRASERVER-68174
This should hopefully answer part of your question. So yeah, webhooks do seem to have a negative UI impact.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.