From 50b2449edbc82565c56c3216185a173f65afa5c6 Mon Sep 17 00:00:00 2001 From: Eli Liebman Date: Wed, 13 Mar 2024 16:36:00 -0400 Subject: [PATCH] fix: Add link to Slack's Advanced Formatting Documentation for messages (#593) --- docs/user-guide/metadata.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/user-guide/metadata.md b/docs/user-guide/metadata.md index 01c2e7ad..82098fac 100644 --- a/docs/user-guide/metadata.md +++ b/docs/user-guide/metadata.md @@ -250,6 +250,8 @@ Result: You can customize [notification](./configuration/settings.html#slack) messages with meta. Meta keys are different for each notification plugin. +You will need special string formatting for mentions or channel links in Slack. You can read more about the available options in the [Slack Documentation](https://api.slack.com/reference/surfaces/formatting#advanced). + #### Basic Example screwdriver.yaml notifying with Slack: ```yaml @@ -424,4 +426,4 @@ meta.set(key, array) -- print the index -- NOTE: index for meta.(get/set) purposes is 0-based, so subtract 1 from the array size print(#array - 1) -``` \ No newline at end of file +```