We are using the Stackdriver Integration actions to generate various different alerts. To achieve this, i'm trying to filter on the name of the alert policy that is received by the integration via the incoming payload. However I have no idea how to reference the field in the payload. Any pointers would be greatly appreciated.
I've tried to follow this thread here including printing the payload into the description.
I also tried to print out some of the payload contents (e.g by referenceing {{ _payload.documentation.content }} or {{_payload.metric.displayName}} but to no avail.
Hello @olivertodhunter
Based on my limited experience, extracting specific fields from a payload in Stackdriver integrations often requires the correct payload syntax.
Reference the integration's documentation to confirm how to map fields properly. Using placeholders like {{_payload.metric.labels.group}} can help you retrieve the required data.
For further support, I recommend contacting Atlassian directly: https://support.atlassian.com/contact/#/.
Thanks, ive escalated to support
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.