{{ incident.severity_id }}
OR
{{ incident.raw_severity | get: 'id'}}
{{ incident.severity }}
OR
{{ incident.raw_severity | get: 'name'}}
{{ incident.severity_slug }}
OR
{{ incident.raw_severity | get: 'slug'}}
{{ incident.raw_severity | get: 'description'}}
{{ incident.raw_severity | get: 'color'}}
{{ incident.raw_severity | get: 'slack_channels'}}
{{ incident.raw_severity | get: 'slack_aliases'}}
{{ incident.raw_severity | map: 'notify_emails' | flatten | join: ',' }}
in workflow configurations.
The following Liquid syntax will allow you to list out the severity Notify Email(s) that are selected for an incident:
{{ incident.raw_severity | get: 'notify_emails'}}