From 3fb189dd88d47ee9c532352dbb2ad2a36a119b0b Mon Sep 17 00:00:00 2001 From: Bill Wagner Date: Fri, 4 Sep 2026 16:02:51 -0400 Subject: [PATCH] Configure labels for reporting New labels for reporting. --- quest-config.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/quest-config.json b/quest-config.json index b5a7b174d4c1f..b399004a01842 100644 --- a/quest-config.json +++ b/quest-config.json @@ -15,12 +15,24 @@ "DefaultParentNode": 410746, "WorkItemTags": [ { - "Label": ":checkered_flag: Release: .NET 10", + "Label": ":checkered_flag: Release: .NET 11", "Tag": "new-feature" }, { "Label": "okr-curation", "Tag": "content-curation" + }, + { + "Label": ":sparkler: Highlight :sparkler:", + "Tag": "Highlight-$FullMonthText$" + }, + { + "Label": ":mag_right: AISDLC :mag:", + "Tag": "SP-AISDLC" + }, + { + "Label": ":mag_right: AIPlatform :mag:", + "Tag": "SP-AIPlatform" } ] }