-
-
Notifications
You must be signed in to change notification settings - Fork 739
enhance notification system #4509
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestp3Nice-to-have featuresNice-to-have featuressize/SSmall effortSmall effort
Milestone
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestp3Nice-to-have featuresNice-to-have featuressize/SSmall effortSmall effort
Type
Fields
Give feedbackNo fields configured for issues without a type.
Current Behavior
We use the application with many projects, some of which are based on a similar technology stack (microservices). Each service is mapped as a separate project - sometimes with different versions - in dependec track. To this end, we have implemented a dependency for the integration of jira via webhook notifcations and jira automations. Now we have the problem that the notifcations arrive quasi parallel in jira and thus the depulization does not take effect.
Proposed Behavior
Please extend the system so that the webhook notifications are processed in a queue to prevent race conditions in the integration of target systems Like jira.
Alternatively, a corresponding plugin API, which enables the implementation of plugins by third parties, would be useful.
Checklist