get_change_request
Fetches detailed information about a specific change request (merge request) by its local ID in a repository.
Instructions
[Code Management] Get detailed information about a specific change request (merge request) by its local ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| localId | Yes | 局部ID,表示代码库中第几个合并请求。示例:'1' 或 '42' | |
| repositoryId | Yes | 代码库ID或全路径(斜杠须编码为%2F),如 2835387 或 myorg%2FmyRepo | |
| organizationId | Yes | 组织ID |