diff --git a/pkg/services/alerting/notifiers/slack.go b/pkg/services/alerting/notifiers/slack.go index cfd4c053cc6..0a063e6ce08 100644 --- a/pkg/services/alerting/notifiers/slack.go +++ b/pkg/services/alerting/notifiers/slack.go @@ -281,7 +281,6 @@ func (sn *SlackNotifier) Notify(evalContext *alerting.EvalContext) error { "attachments": []map[string]interface{}{ attachment, }, - "parse": "full", // to linkify urls, users and channels in alert message. } if len(blocks) > 0 { body["blocks"] = blocks