ensure_task_fields
Check ClickUp tasks for required fields (assignee, team, points) and fix missing values to maintain sprint compliance.
Instructions
Check (and optionally fix) that tasks have required fields set.
By default checks assignee, team, and points. Useful for sprint compliance.
Args: task_ids: List of task IDs to check. required_fields: Fields to check. Default: ["assignee", "team", "points"]. fix: If true, apply defaults to fill missing fields. If false, report only. default_assignee_id: User ID to assign if assignee is missing and fix=true. default_team: Team label to set if team is missing and fix=true. default_points: Points to set if missing and fix=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fix | No | ||
| task_ids | Yes | ||
| default_team | No | ||
| default_points | No | ||
| required_fields | No | ||
| default_assignee_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |