Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TF26027: A field definition Microsoft.VSTS.Common.ClosedDate in the work item type definition file does not exist. #2455

Merged
merged 2 commits into from
Oct 22, 2024

Commits on Oct 22, 2024

  1. 🐛 (TfsWorkItemMigrationProcessor.cs): add check for field existence b…

    …efore accessing 'ClosedDate'
    
    The code now checks if the "Microsoft.VSTS.Common.ClosedDate" field exists before attempting to access it. This prevents potential runtime errors when the field is not present in the work item, ensuring more robust and error-free execution.
    MrHinsh committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    1d176c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80e037c View commit details
    Browse the repository at this point in the history