Update task by title
backlog.update_task_by_titleLocate a backlog task by title query and update its fields, such as status, priority, or description, through the backlog API.
Instructions
Finds a task by title query and updates it through the backlog API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| title | No | ||
| reason | No | ||
| source | No | ||
| status | No | ||
| agent_id | No | ||
| priority | No | ||
| project_id | Yes | ||
| session_id | No | ||
| description | No | ||
| external_ref | No | ||
| blocked_reason | No | ||
| idempotency_key | No |