-
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
Allow to Update-VSTeamWorkItem to add relations with other work items #535
base: trunk
Are you sure you want to change the base?
Conversation
I guess you are still in development, correct? |
Yes, this is the first of multiple commits. Once it's ready I'll change the PR from draft |
Yes. I didn't see the draft part. 😎 |
I will review it as soon as I can make time. Thank you for the contribution already! |
I removed this from the changelog. I exclusively changed to GH native way of doing a changelog. So CHANGELOG.md is not used anymore, but rather but into the squash message when merged to trunk. |
@SebastianSchuetze Do will finally merge this PR? Do you need some clarification or changes from my side before accepting the PR? |
PR Summary
This PR is related to #518
Adding the below changes around the Update-VSTeamWorkItem to enable adding relations to another workitems. This could be achived using:
Proposed added/modified cmdlets:
All the above cmdlets will work internally with a JsonPatchDocument or compatible object. Also, below cmdlets will return this object/collection of objects respectively. Using this aproach, the -Relations paramter in the Update-VSTeamWorkItem can be built with the help of New-VSTeamWorkItemRelation or directly as the example at the very beginning of this thread.
PR Checklist