CODING DevOps MCP Server

by yupengfei1209
Verified

create_issue

Generate and manage new work items such as tasks, defects, requirements, or epics in CODING DevOps projects by specifying title, description, priority, and type using standardized MCP protocols.

Instructions

创建新的工作项

Input Schema

NameRequiredDescriptionDefault
descriptionYes事项描述
nameYes事项标题
priorityYes优先级,可选值为:0 - 低 1 - 中 2 - 高 3 - 紧急
projectNameYes项目名称
typeYes事项类型,可选值为: DEFECT - 缺陷 REQUIREMENT - 需求 MISSION - 任务 EPIC - 史诗

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "事项描述", "type": "string" }, "name": { "description": "事项标题", "type": "string" }, "priority": { "description": "优先级,可选值为:0 - 低 1 - 中 2 - 高 3 - 紧急", "type": "string" }, "projectName": { "description": "项目名称", "type": "string" }, "type": { "description": "事项类型,可选值为: DEFECT - 缺陷 REQUIREMENT - 需求 MISSION - 任务 EPIC - 史诗", "type": "string" } }, "required": [ "projectName", "name", "type", "priority", "description" ], "type": "object" }

You must be authenticated.

Other Tools from CODING DevOps MCP Server

Related Tools

ID: jf2glymwix