quire.createTaskAfter
Create a new task as a sibling immediately after a specified task. Add details like description, priority, due date, and assignees.
Instructions
Create a new task immediately after 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 after | |
| 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 |