We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fac3ed7 commit 72fac56Copy full SHA for 72fac56
AzureDevopsStateTracker/Services/AzureDevopsStateTrackerService.cs
@@ -57,8 +57,8 @@ public void Update(UpdatedWorkItemDTO update)
57
update.Resource.Revision.Fields.AreaPath,
58
update.Resource.Revision.Fields.IterationPath,
59
update.Resource.Revision.Fields.Type,
60
- update.Resource.Revision.Fields.CreatedBy,
61
- update.Resource.Revision.Fields.AssignedTo,
+ update.Resource.Revision.Fields.CreatedBy.ExtractEmail(),
+ update.Resource.Revision.Fields.AssignedTo.ExtractEmail(),
62
update.Resource.Revision.Fields.Tags,
63
update.Resource.Revision.Fields.Parent,
64
update.Resource.Revision.Fields.Effort,
0 commit comments