diff --git a/templates/integrations/slack_message.json b/templates/integrations/slack_message.json index 40338b3a..9afd1a93 100644 --- a/templates/integrations/slack_message.json +++ b/templates/integrations/slack_message.json @@ -13,6 +13,12 @@ "mrkdwn_in": ["fields"], "text": "“{{ check.name_then_code|escapejs }}” is {{ check.status|upper }}.", "fields": [ + {% if check.project.name %} + {"title": "Project Name", + "value": "{{ check.project.name|escapejs }}" + }, + {% endif %} + {% if check.desc %} {"title": "Description", "value": "{{ check.desc|escapejs }}"