wb_dev_task_create
Create a development task by associating bug or todo IDs, with a required confirmation for write operations. Use this to generate tasks from S0 requirement summaries.
Instructions
新建开发任务(S0 需求汇总自动生成)。对应 CLI:dev-task create。参数:title*(任务标题), bugs*(关联待办 id(逗号分隔,支持前缀))。写操作须 confirm:true。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bugs | Yes | 关联待办 id(逗号分隔,支持前缀) | |
| title | Yes | 任务标题 | |
| confirm | No | 写操作必传 true(安全门) |