Create task
backlog.create_taskCreate a task in a backlog project by specifying project ID and title. Optionally include status, priority, description, and other fields to manage task details.
Instructions
Creates a task through the running backlog API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| source | No | ||
| status | No | ||
| agent_id | No | ||
| priority | No | ||
| project_id | Yes | ||
| session_id | No | ||
| description | No | ||
| external_ref | No | ||
| idempotency_key | No |