Added RemainingWork and StoryPoints
This commit is contained in:
parent
618fa0d55f
commit
7aada4303e
9
.vscode/download-work-items.http
vendored
Normal file
9
.vscode/download-work-items.http
vendored
Normal file
@ -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}}
|
||||
|
||||
###
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user