list_change_request_patch_sets
Retrieve all patch set versions for a change request. Provide organization, repository, and local ID to see the evolution of the merge request.
Instructions
[Code Management] List patch sets (versions) for a change request. Patch sets represent different versions of the merge request as it evolves.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organizationId | Yes | 组织ID,可在组织管理后台的基本信息页面获取。示例:'60d54f3daccf2bbd6659f3ad' | |
| repositoryId | Yes | 代码库ID或者URL-Encoder编码的全路径。示例:'2835387' 或 '60de7a6852743a5162b5f957%2FDemoRepo'(注意:斜杠需要URL编码为%2F) | |
| localId | Yes | 局部ID,表示代码库中第几个合并请求。示例:'1' 或 '42' |