View and add comments on work items
items/# Work Item Comments View and add discussion comments on work items. **Note**: Uses `az devops invoke` since CLI doesn't support comments. ## List Comments Response contains `comments` array with: - `id` - Comment ID - `text` - Comment content (may contain HTML) - `createdBy` - Author info - `createdDate` - Timestamp - `modifiedDate` - Last edit timestamp ## Add a Comment ### Step 1: Create comment JSON Save to temp file, e.g., `comment.json` ### Step 2: Post comment ## Update a Comment ### Step 1: Create update JSON ### Step 2: Patch comment ## Delete a Comment ## ...