Unable to include incidentSeverity.name in workflow #1681

Closed
opened 2026-04-05 16:33:33 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @JesseWebDotCom on 8/15/2023

I want to include the name of the incident severity in a workflow message I send to slack. I was able to send the title and description (and even the incident severity entity object) to slack using this in the select field of the "on create incident" component:

{"title": true, "description": true, "incidentSeverity: true}

incident severity shows as [object Object] in the slack message.

In the logs, I see the incidentSeverity object with its _id field.

How can I select the incidentSeverity name and then include it in the slack message (unless its currently not possible)?

*Originally created by @JesseWebDotCom on 8/15/2023* I want to include the name of the incident severity in a workflow message I send to slack. I was able to send the title and description (and even the incident severity entity object) to slack using this in the select field of the "on create incident" component: {"title": true, "description": true, "incidentSeverity: true} incident severity shows as [object Object] in the slack message. In the logs, I see the incidentSeverity object with its _id field. How can I select the incidentSeverity name and then include it in the slack message (unless its currently not possible)?
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/oneuptime#1681