From 7aada4303e2e168e6346103c8fcda1add714c393 Mon Sep 17 00:00:00 2001 From: Mike Phares Date: Sat, 8 Feb 2025 09:57:54 -0700 Subject: [PATCH] Added RemainingWork and StoryPoints --- .vscode/download-work-items.http | 9 +++++++++ ADO2025/PI4/Helper-2025-02-04.cs | 2 ++ 2 files changed, 11 insertions(+) create mode 100644 .vscode/download-work-items.http diff --git a/.vscode/download-work-items.http b/.vscode/download-work-items.http new file mode 100644 index 0000000..a603bda --- /dev/null +++ b/.vscode/download-work-items.http @@ -0,0 +1,9 @@ +@host = https://tfs.intra.infineon.com +@pat = asdf +@ids = 126018, 224543 + +GET {{host}}/tfs/FactoryIntegration/_apis/wit/workitems?ids={{ids}}&$expand=Relations +Accept: application/json +Authorization: Basic {{pat}} + +### diff --git a/ADO2025/PI4/Helper-2025-02-04.cs b/ADO2025/PI4/Helper-2025-02-04.cs index 025fc76..cc6eb0e 100644 --- a/ADO2025/PI4/Helper-2025-02-04.cs +++ b/ADO2025/PI4/Helper-2025-02-04.cs @@ -77,12 +77,14 @@ internal static partial class Helper20250204 int? Parent, int? Priority, Relation[]? Relations, + long? RemainingWork, string? Requester, DateTime? ResolvedDate, int Revision, long? RiskReductionMinusOpportunityEnablement, DateTime? StartDate, string State, + long? StoryPoints, string Tags, DateTime? TargetDate, long? TimeCriticality,