create_change_request
Create a new change request for code review in Alibaba Cloud DevOps, specifying source and target branches with required organization and repository details.
Instructions
[Code Management] Create a new 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) | |
| title | Yes | Title, no more than 256 characters | |
| description | No | Description, no more than 10000 characters | |
| sourceBranch | Yes | Source branch name | |
| sourceProjectId | No | Source repository ID (if not provided, will try to get automatically) | |
| targetBranch | Yes | Target branch name | |
| targetProjectId | No | Target repository ID (if not provided, will try to get automatically) | |
| reviewerUserIds | No | Reviewer user ID list | |
| workItemIds | No | Associated work item ID list | |
| createFrom | No | Creation source. Possible values: WEB (created from web page), COMMAND_LINE (created from command line). Default is WEB | WEB |