create_todo
Create a new todo item in a specified project. Set title, priority, due date, and assign to a board lane in the Lalaleap system.
Instructions
在指定專案中建立待辦項目(寫入操作,受白名單與頻率限制保護)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pno | Yes | 專案編號 | |
| title | Yes | 待辦標題 | |
| content | No | 待辦內容 | |
| lane_no | No | 看板欄位編號(預設第一欄) | |
| due_date | No | 截止日期 YYYY-MM-DD | |
| priority | No | 優先度:high / medium(預設)/ low |