diff --git a/addOns/help/CHANGELOG.md b/addOns/help/CHANGELOG.md index ce3debae..97f0b97b 100644 --- a/addOns/help/CHANGELOG.md +++ b/addOns/help/CHANGELOG.md @@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## Unreleased ### Added - Details for setting Gnome proxy settings. +- History -> Alert tag details. ## [18] - 2024-05-07 ### Added diff --git a/addOns/help/src/main/javahelp/contents/start/features/tags.html b/addOns/help/src/main/javahelp/contents/start/features/tags.html index d4858745..51dff733 100644 --- a/addOns/help/src/main/javahelp/contents/start/features/tags.html +++ b/addOns/help/src/main/javahelp/contents/start/features/tags.html @@ -19,6 +19,15 @@
ALERT-TAG:
then the tag will also be associated
+with any alerts raised against that request.
+The prefix will be dropped, and if the remaining string contains an =
character then the alert tag key will
+be the string up to the first =
and the value will be the rest of the string.
+If there is no =
then the key will be the string after the prefix and the value will be blank.ALERT-TAG:AAA=BBB
will result in an Alert tag with a key of AAA
+and a value of BBB
, while a History tag of ALERT-TAG:CCC
will result in an
+Alert tag with a key of CCC
and a blank value.