Describe the bug
Alert enrichment: I've noticed when you acknowledge an incident, it acknowledges the alert too by adding the enrichment "status": "acknowledged" but all other previous enrichments are gone. Same goes when you resolve and incident.
To Reproduce
Steps to reproduce the behavior:
- Send an alert
- Click on the alert details
- Add some enrichment
- Create a ticket from alert
- Acknowledge or Resolve the ticket
- See that your previous enrichments on alert are gone.
Expected behavior
Merge status and current enrichments of alerts.
Additional context
The code uses batch_enrich in keep/api/bl/enrichments_bl
https://github.com/keephq/keep/blob/main/keep/api/bl/enrichments_bl.py#L641-L650