{{ 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'}}