Skip to content

Conversation

bezierC0
Copy link
Contributor

feat(pull-requests): Add get_work_item_comments

  • Add a new tool (get_work_item_comments) and test
  • Updated document( readme.md )

Azure API:https://learn.microsoft.com/en-us/rest/api/azure/devops/wit/comments/get-comments?view=azure-devops-rest-7.1&tabs=HTTP

bezierC0 added 3 commits July 27, 2025 13:28
Implemented a function to retrieve comments from an Azure DevOps work item using the REST API.
code organization
add skipping integration test
@GlassOnTin
Copy link

Code Review

Good: Clean implementation with tests. Follows project patterns.

Issue: This duplicates PR #252 which has more comprehensive comment handling.

Recommendation: Close in favor of #252, or merge this simpler version first if #252 needs more work.

Note: #252 includes this functionality plus pagination improvements (100 vs 5 comments default).

@bezierC0
Copy link
Contributor Author

@GlassOnTin
Thanks your review.
I think #252 is better than #249 , so I'll go ahead and close this PR

@bezierC0 bezierC0 closed this Aug 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants