Azure / Azure/azure-devops-cli-extension

Ability to list and edit comments (discussion) using az boards work-item xxx commands

Open
#1,296 1 comment 12 reactions 0 assignees View on GitHub
Feature
Dominant language
Python
Stars
682
Forks
278
Avg merge
3d 23h
Merged PRs (30d)
3

Description

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I cannot create a project..

**Describe the solution you'd like**
Ability to edit discussion items for a work item.

Currently I can only append comments to a work item using:
`az boards work-item update --id $issue.id --discussion $newBody`

A clear and concise description of what you want to happen.

something following the standard convention would be nice like

az boards work-item discussion show --work-item-id 123 -> list all discussion items for work item 123
az boards work-item discussion show --id xxx -> show comment id xxx
az boards work-item discussion delete --id xxx -> delete comment id xxx
az boards work-item discussion update --id xxx -> update comment id xxx

**Additional context**
Add any other context or screenshots about the feature request here.
Also the ability to modify/specifiy the user that made the comment( usefull for automation or migrations)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.