I’m configuring a service with an email integration and testing it. As per documentation it says that
Open a new incident/alert for each new trigger email subject (default): Emails with the same subject line will deduplicate. For example, if PagerDuty triggers an incident in response to an email with the subject “Host Down”, subsequent emails with the same subject will not trigger a new incident. Rather, the new email will be appended to the existing incident’s timeline.
I’m trying the same, so when email comes with same subject it should create only one incident and following emails should append the existing incident. But the following emails are not appended to the existing incident, which is causing me to loose those alerts.
How can i get the alerts appended to the original incident without loosing it.
Please find the setting below