Allow to Update-VSTeamWorkItem to add relations with other work items#535
Open
mnieto wants to merge 21 commits intoMethodsAndPractices:trunkfrom
Open
Allow to Update-VSTeamWorkItem to add relations with other work items#535mnieto wants to merge 21 commits intoMethodsAndPractices:trunkfrom
mnieto wants to merge 21 commits intoMethodsAndPractices:trunkfrom
Conversation
Contributor
|
I guess you are still in development, correct? |
Contributor
Author
Yes, this is the first of multiple commits. Once it's ready I'll change the PR from draft |
Contributor
|
Yes. I didn't see the draft part. 😎 |
Contributor
Author
|
@SebastianSchuetze Do will finally merge this PR? Do you need some clarification or changes from my side before accepting the PR? |
SebastianSchuetze
approved these changes
Sep 2, 2025
Contributor
Author
|
the actions actions-pipeline.yml is failling now. @SebastianSchuetze do you will fix this? or if you prefer I can create a separate PR to update the action versions |
Contributor
|
I actually just wanted to remove the review Tag somehow. I am off the project and and Donovan for a while as well. Basically this project is dead. Sorry 😐 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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