incident-{{ incident.created_at | date: '%Y%m%d' }}-{{ incident.title }}
will create a Slack channel with the name #incident-20231119-<incident-title>
.
auto
will result in public channels being created for non-private incidents and private channels being created for private incidents.true
will result in private channels being created for both non-private and private incidents.false
will result in public channels being created for both non-private and private incidents.