taiga_task_custom_attributes_values_update
Update custom attribute values for a Taiga task by specifying attribute IDs and values, with a version check to prevent overwriting changes.
Instructions
Update custom attribute values for a specific task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | task ID | |
| version | Yes | Current version for conflict check | |
| attributes_values | Yes | Map of attribute_id -> value |