scf_create_evidence_task
Create a manual evidence collection task against a tracking record, requiring a due date and evidence tracking ID. Set priority, status, and assignee as needed.
Instructions
Create a manual evidence collection task against a tracking record (write — editor role). Due date and evidence_tracking_id are required; status defaults to not_started, priority to medium.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Task title | |
| status | No | Initial status (default not_started) | |
| due_date | Yes | Due date, YYYY-MM-DD | |
| priority | No | Priority (default medium) | |
| task_type | No | Task type (default collection) | |
| 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 | |
| evidence_tracking_id | Yes | Evidence tracking record UUID (the id field from scf_list_evidence, not the E-xxx catalog id) |