changedInput schema / properties / createFrom / description
Previous value: -"Creation source. Possible values: WEB (created from web page), COMMAND_LINE (created from command line). Default is WEB"New value: +"创建来源。WEB - 页面创建;COMMAND_LINE - 命令行创建。默认为WEB"
addedInput schema / properties / createFrom / enum
Added value: +[
+ "WEB",
+ "COMMAND_LINE"
+]
addedInput schema / properties / description / anyOf
Added value: +[
+ {
+ "maxLength": 10000,
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
changedInput schema / properties / description / description
Previous value: -"Description, no more than 10000 characters"New value: +"描述,不超过10000个字符。示例:'mr description' 或 '修复了用户登录时的验证逻辑问题'"
removedInput schema / properties / description / type
Removed value: -[
- "string",
- "null"
-]
changedInput schema / properties / organizationId / description
Previous value: -"Organization ID, can be found in the basic information page of the organization admin console"New value: +"组织ID,可在组织管理后台的基本信息页面获取。示例:'60d54f3daccf2bbd6659f3ad'"
changedInput schema / properties / repositoryId / description
Previous value: -"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)"New value: +"代码库ID或者URL-Encoder编码的全路径。示例:'2835387' 或 '60de7a6852743a5162b5f957%2FDemoRepo'(注意:斜杠需要URL编码为%2F)"
changedInput schema / properties / reviewerUserIds / description
Previous value: -"Reviewer user ID list"New value: +"评审人用户ID列表。示例:['62c795xxxb468af8'] 或 ['62c795xxxb468af8', '62c795xxxb468af9']"
changedInput schema / properties / sourceBranch / description
Previous value: -"Source branch name"New value: +"源分支名称,即要合并的分支。示例:'demo-branch' 或 'feature/user-login'"
changedInput schema / properties / sourceProjectId / description
Previous value: -"Source repository ID (if not provided, will try to get automatically)"New value: +"源库ID,如果未提供,将尝试自动获取。示例:2813489"
changedInput schema / properties / sourceProjectId / type
Previous value: -"number"New value: +"integer"
changedInput schema / properties / targetBranch / description
Previous value: -"Target branch name"New value: +"目标分支名称,即合并到的分支。示例:'master' 或 'main'"
changedInput schema / properties / targetProjectId / description
Previous value: -"Target repository ID (if not provided, will try to get automatically)"New value: +"目标库ID,如果未提供,将尝试自动获取。示例:2813489"
changedInput schema / properties / targetProjectId / type
Previous value: -"number"New value: +"integer"
changedInput schema / properties / title / description
Previous value: -"Title, no more than 256 characters"New value: +"标题,不超过256个字符。示例:'mr title' 或 '修复登录bug'"
addedInput schema / properties / title / maxLength
Added value: +256
changedInput schema / properties / triggerAIReviewRun / description
Previous value: -"Whether to trigger AI review, default is false"New value: +"是否触发AI评审。true - 触发AI评审;false - 不触发(默认)"
removedInput schema / properties / workItemIds / anyOf
Removed value: -[
- {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
-]
changedInput schema / properties / workItemIds / description
Previous value: -"Associated work item ID list"New value: +"关联工作项ID列表,以字符串形式逗号分隔。示例值:722200214032b6b31e6f1434ab,xxx"
addedInput schema / properties / workItemIds / type
Added value: +"string"