scf_update_evidence_task
Update an evidence collection task by changing only the fields you specify: due date, status, type, priority, title, description, notes, assignee, or owning team.
Instructions
Update an evidence collection task (write — editor role). Only passed fields change: due date, status, type, priority, title, description, notes, assignee, owning team.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Task title | |
| status | No | Status | |
| task_id | Yes | Evidence task UUID — obtain from scf_list_evidence_tasks | |
| due_date | No | Due date, YYYY-MM-DD | |
| priority | No | Priority | |
| task_type | No | Task type | |
| description | No | What has to be collected and how | |
| owning_team_id | No | Team that owns the task — obtain from scf_list_teams | |
| assigned_user_id | No | Assignee user UUID — obtain from scf_list_members | |
| completion_notes | No | Notes recorded on completion |