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? Parent,
|
||||||
int? Priority,
|
int? Priority,
|
||||||
Relation[]? Relations,
|
Relation[]? Relations,
|
||||||
|
long? RemainingWork,
|
||||||
string? Requester,
|
string? Requester,
|
||||||
DateTime? ResolvedDate,
|
DateTime? ResolvedDate,
|
||||||
int Revision,
|
int Revision,
|
||||||
long? RiskReductionMinusOpportunityEnablement,
|
long? RiskReductionMinusOpportunityEnablement,
|
||||||
DateTime? StartDate,
|
DateTime? StartDate,
|
||||||
string State,
|
string State,
|
||||||
|
long? StoryPoints,
|
||||||
string Tags,
|
string Tags,
|
||||||
DateTime? TargetDate,
|
DateTime? TargetDate,
|
||||||
long? TimeCriticality,
|
long? TimeCriticality,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user