MethodsAndPractices / vsteam

PowerShell module for accessing Azure DevOps Services and Azure DevOps Server (formerly VSTS or TFS)
https://methodsandpractices.github.io/vsteam-docs/
MIT License
447 stars 155 forks source link

Update-VSTeamWorkItem -Comment Parameter #559

Open CKBGHM opened 10 months ago

CKBGHM commented 10 months ago

Proposal

Being able to add Comments to WorkItems would be of great help. Using REST it needs a different Endpoint and seemingly isn't implemented yet?

Solved Problem

Automated Comment generation in order to update based on certain errors or similar.

Additional info / code snippets?

$CommentUri = "$URL/$OrganizationName/$ProjectName/_apis/wit/workItems/$TicketID/comments?api-version=6.1-preview.3"