list_change_requests
Retrieve and filter change requests from Alibaba Cloud DevOps repositories to monitor code review status, track updates, and manage collaboration workflows.
Instructions
[Code Management] List change requests
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 | |
| page | No | Page number | |
| perPage | No | Items per page | |
| projectIds | No | Repository ID or a combination of organization ID and repository name list, for example: 2835387 or organizationId%2Frepo-name (Note: slashes need to be URL encoded as %2F), multiple separated by commas | |
| authorIds | No | Creator user ID list, multiple separated by commas | |
| reviewerIds | No | Reviewer user ID list, multiple separated by commas | |
| state | No | Merge request filter status. Possible values: opened, merged, closed. Default is null, which queries all statuses | |
| search | No | Title keyword search | |
| orderBy | No | Sort field. Possible values: created_at (creation time), updated_at (update time, default) | updated_at |
| sort | No | Sort order. Possible values: asc (ascending), desc (descending, default) | desc |
| createdBefore | No | Start creation time, time format is ISO 8601, for example: 2019-03-15T08:00:00Z | |
| createdAfter | No | End creation time, time format is ISO 8601, for example: 2019-03-15T08:00:00Z |