quire.createTaskBefore
Insert a new task before a specified task in your project. Configure its name, due date, priority, and assignees.
Instructions
Create a new task immediately before a specified task. The new task will be at the same level as the reference task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskOid | Yes | The OID of the task to insert before | |
| name | Yes | The task name/title (required) | |
| description | No | Task description in markdown format | |
| priority | No | Priority: -1 (low), 0 (medium), 1 (high), 2 (urgent) | |
| status | No | Status: 0 (to-do) to 100 (complete) | |
| due | No | Due date in ISO 8601 format (e.g., '2024-12-31') | |
| start | No | Start date in ISO 8601 format | |
| assignees | No | Array of user IDs to assign to this task | |
| tags | No | Array of tag IDs |