{{ incident.slack_channel_id }}
로 설정하면 트리거된 인시던트의 Slack 채널 이름을 변경합니다.{{ parent_incident.slack_channel_id }}
는 하위 인시던트에 사용할 수 있으며, 상위 인시던트의 Slack 채널 이름을 변경합니다.incident-{{ incident.started_at | date: '%Y%m%d' }}-{{ incident.title }}
로 설정하면 Slack 채널 이름이 업데이트된 인시던트 제목과 일치하도록 변경됩니다. 여전히 #incident-20231119-<new-incident-title>
형식을 유지합니다.