From 82296d0d7763aa20d5bfc36ad06dc49b904abb6f Mon Sep 17 00:00:00 2001 From: Bill Wagner Date: Fri, 4 Sep 2026 16:22:06 -0400 Subject: [PATCH] Update the Sequester config for reporting Add the new labels configured for updated reporting. --- quest-config.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/quest-config.json b/quest-config.json index c23b28bcc19..a8684bb818e 100644 --- a/quest-config.json +++ b/quest-config.json @@ -6,5 +6,19 @@ }, "ImportTriggerLabel": ":world_map: reQUEST", "ImportedLabel": ":pushpin: seQUESTered", - "DefaultParentNode": 410746 + "DefaultParentNode": 410746, + "WorkItemTags": [ + { + "Label": ":sparkler: Highlight :sparkler:", + "Tag": "Highlight-$FullMonthText$" + }, + { + "Label": ":mag_right: AISDLC :mag:", + "Tag": "SP-AISDLC" + }, + { + "Label": ":mag_right: AIPlatform :mag:", + "Tag": "SP-AIPlatform" + } + ] }