-
Notifications
You must be signed in to change notification settings - Fork 156
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
Added basic support for any work item field for work item cmdlets #190
Added basic support for any work item field for work item cmdlets #190
Conversation
related to #188 |
Can you update the help to explain what will happen if they add description to the hashtable? I would like that in the help instead of the user having to hit the error to find out. |
Yes, I will do that ASAP. |
Added the comments in the "Notes" section. Tell me if that is the appropriate place or if that should be written directly attached to the parameter description. |
@DarqueWarrior is the documentation you requested fine for you? |
PS Summary
Added the possibility to set any work item fields with Add-VSTeamWorkItem and Update-VSTeamWorkItem. This is solved by using a hash table parameter and adding them dynamically to the JSON body.
PR Checklist