create_requirement
Create a new requirement in a specified project by providing a project number and title. Optionally add description, priority, and start or end dates to define the requirement details.
Instructions
在指定專案中建立一筆需求(寫入操作,受白名單與頻率限制保護)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pno | Yes | 專案編號 | |
| title | Yes | 需求標題 | |
| describe | No | 需求描述(支援純文字) | |
| end_date | No | 結束日期 YYYY-MM-DD | |
| priority | No | 優先度:高 / 中(預設)/ 低 | |
| start_date | No | 起始日期 YYYY-MM-DD |