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

Added basic support for any work item field for work item cmdlets #190

Merged
merged 6 commits into from
Sep 1, 2019
Merged

Added basic support for any work item field for work item cmdlets #190

merged 6 commits into from
Sep 1, 2019

Conversation

SebastianSchuetze
Copy link
Collaborator

@SebastianSchuetze SebastianSchuetze commented Aug 17, 2019

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

  • Write Help
  • Write Unit Test
  • Update VSTeam.psd1
  • Update CHANGELOG.md

@SebastianSchuetze SebastianSchuetze changed the title updated changelog and module version Added -AdditionalFields to Add-VSTeamWorkItem and Update-VSTeamWorkItem to give basic support for any work item field Aug 17, 2019
@SebastianSchuetze SebastianSchuetze changed the title Added -AdditionalFields to Add-VSTeamWorkItem and Update-VSTeamWorkItem to give basic support for any work item field Added -AdditionalFields to work item cmdlets to give basic support for any work item field Aug 17, 2019
@SebastianSchuetze SebastianSchuetze changed the title Added -AdditionalFields to work item cmdlets to give basic support for any work item field Added basic support for any work item field for work item cmdlets Aug 17, 2019
@SebastianSchuetze SebastianSchuetze marked this pull request as ready for review August 17, 2019 20:06
@SebastianSchuetze
Copy link
Collaborator Author

related to #188

@DarqueWarrior
Copy link
Collaborator

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.

@SebastianSchuetze
Copy link
Collaborator Author

Yes, I will do that ASAP.

@SebastianSchuetze
Copy link
Collaborator Author

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.

@SebastianSchuetze
Copy link
Collaborator Author

@DarqueWarrior is the documentation you requested fine for you?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants