{% extends "cacsremoteservice/views/layouts/master.html" %} {% block site-nav %} {% include "cacsremoteservice/views/partials/site-nav.html" with active="configuration" %} {% endblock %} {% block scripts %} {% endblock %} {% block main %} {% include "cacsremoteservice/views/configuration/config-header.html" with configuration-tabs=configuration-tabs %}

Notifications Configuration

Receive notifications for analysis events and warnings about the state of your code.

Check your CodeScene host URL first. To receive correct links to your analysis results set a proper host URL.

Slack Notifications

Notifications can be pushed to your Slack channel. Read more about the Slack API here.


Test the saved configuration quickly by clicking 'Send Test Notification'. You need to Save Slack Notifications Settings first!

This tries to find a project with last analysis results that produced some warnings (ordered by the most recent analyses). The project is used to generate a slack message. Whether the message will be delivered or not depends on the selected set of notifications. E.g. if you don't select the 'Analysis run' event and no project with warnings can be found, then you don't get any message on Slack.

{% endblock %}