set_card_field
Update a specific custom field on a ScrumDo card by its numeric ID, leaving all other fields unchanged.
Instructions
Set a single custom field on a card without touching other fields.
Args: card_ref: Card reference, e.g. 'ON-914'. field_id: Numeric custom field id. Use list_custom_fields() to look up ids. value: New field value (always a string).
Returns the updated card.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| card_ref | Yes | ||
| field_id | Yes | ||
| value | Yes |