Azure / Azure/azure-devops-cli-extension
[Feature Request]Add tag to a work item
Open
boards
Feature
help wanted
- Dominant language
- Python
- Stars
- 682
- Forks
- 278
- Avg merge
- 3d 23h
- Merged PRs (30d)
- 3
Description
The existing `work-item update` command sets all tags on a work item. We'd like a way to add a new tag without wiping the existing ones.
System.Tags is physically a scalar field, but logically it's a collection. The relevant operations are - add a tag, remove a tag, maybe replace a tag with another. DevOps CLI doesn't recognize that.
Contributor guide
Assessment
This issue has not been assessed yet.