list_change_request_comments
Retrieve comments on change requests in Alibaba Cloud DevOps to track feedback and discussions during code review processes.
Instructions
[Code Management] List comments on a change request
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organizationId | Yes | Organization ID, can be found in the basic information page of the organization admin console | |
| repositoryId | Yes | Repository ID or a combination of organization ID and repository name, for example: 2835387 or organizationId%2Frepo-name (Note: slashes need to be URL encoded as %2F) | |
| localId | Yes | Change request local ID | |
| patchSetBizIds | No | Associated version ID list, each comment is associated with a version, indicating which version the comment was posted on, for global comments, it's associated with the latest merge source version | |
| commentType | No | Comment type. Possible values: GLOBAL_COMMENT, INLINE_COMMENT | GLOBAL_COMMENT |
| state | No | Comment state. Possible values: OPENED, DRAFT | OPENED |
| resolved | No | Whether marked as resolved | |
| filePath | No | Filter by file path (for inline comments) |