get_change_request
Retrieve complete details of a specific merge request by its local ID, including repository and organization context, for efficient change management.
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 |