Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TF26027: A field definition Microsoft.VSTS.Common.ClosedDate in the w…
…ork item type definition file does not exist. (#2455) Some work items do not have this field... Updated to: ``` if (newWorkItem.Fields.Contains("Microsoft.VSTS.Common.ClosedDate") && newWorkItem.Fields["Microsoft.VSTS.Common.ClosedDate"].IsEditable) { newWorkItem.Fields["Microsoft.VSTS.Common.ClosedDate"].Value = oldWorkItem.Fields["Microsoft.VSTS.Common.ClosedDate"].Value; } ``` Related Disucssions: - #2086 -
- Loading branch information