runrunit_create_task
Create a task on Runrun.it's Ongoing board, automatically assigned to the requester. Requires title and type ID; optionally add description, project, tags, and desired dates.
Instructions
Create a task on Runrun.it in board Ongoing (ID: 96356) in column Task by default and assignee from who is call the tool. Requires title (eg.: [project_name] - task_name) and type_id. Optional: description (rich description via Task Description API, appended to any existing text), project_id, assignments, desired_date, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Task title | |
| type_id | Yes | Task type ID | |
| on_going | No | Ongoing task | |
| tag_list | No | Comma-separated tags | |
| board_name | No | Board name | |
| project_id | No | Project ID | |
| assignments | No | Assignments | |
| description | No | Task description body (optional). Stored via PUT /tasks/:id/description after create; new text is appended after any content already on the task, never replacing it outright. | |
| desired_date | No | Desired delivery date (ISO) | |
| project_name | No | Project name | |
| board_stage_name | No | Board stage name | |
| desired_start_date | No | Desired start date (ISO) |