We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When invoking Set-TfsWorkItem with -Fields argument, it throws an exception:
-Fields
PS > Set-TfsWorkItem 1 -Fields @{'System.AreaPath' = 'foo'; 'System.IterationPath' = 'bar'} Set-TfsWorkItem : Unable to cast object of type 'System.Collections.Hashtable' to type 'System.String[]'. At line:1 char:1 + Set-TfsWorkItem 1 -Fields @{'System.AreaPath' = 'foo... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Set-TfsWorkItem], InvalidCastException + FullyQualifiedErrorId : System.InvalidCastException,TfsCmdlets.Cmdlets.WorkItem.SetWorkItem
The text was updated successfully, but these errors were encountered:
Fix #132
82e9f7b
Fix v2 bugs (#138)
fe04c2a
Fixes #135, #137, #133, #132, #136, #123, #125, #116
Successfully merging a pull request may close this issue.
When invoking Set-TfsWorkItem with
-Fields
argument, it throws an exception:The text was updated successfully, but these errors were encountered: