get_card_field
Retrieve the current value of a custom field on a ScrumDo card by providing the card reference and field ID. Returns the field name and value, or null if the field is not set.
Instructions
Get the current value of a single custom field on a card.
Args: card_ref: Card reference, e.g. 'ON-914'. field_id: Numeric custom field id from list_custom_fields().
Returns {'field_id': …, 'name': …, 'value': …} or {'field_id': …, 'value': null} if the field is not set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| card_ref | Yes | ||
| field_id | Yes |