MethodsAndPractices / vsteam

PowerShell module for accessing Azure DevOps Services and Azure DevOps Server (formerly VSTS or TFS)

Home Page:https://methodsandpractices.github.io/vsteam-docs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update-VSTeamWorkItem -Comment Parameter

CKBGHM opened this issue · comments

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"