From 64428b36b3523892a290a6b6f7f51659f3faeb40 Mon Sep 17 00:00:00 2001
From: Simon Bennetts
Date: Wed, 16 Oct 2024 09:52:28 +0100
Subject: [PATCH] Added History -> Alert tag details
Signed-off-by: Simon Bennetts
---
addOns/help/CHANGELOG.md | 1 +
.../src/main/javahelp/contents/start/features/tags.html | 9 +++++++++
2 files changed, 10 insertions(+)
diff --git a/addOns/help/CHANGELOG.md b/addOns/help/CHANGELOG.md
index ce3debae4..97f0b97bf 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 d48587458..51dff733c 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 @@ Tags
Tags are shown in the History tab and can be filtered on using
the History Filter dialog.
+Alert Tags
+If a History tag starts with 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.
+A History tag of 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.
See also