search_by_field_value
Find cards where a custom field contains a specific value, such as a branch name or PR URL, using substring match.
Instructions
Find all cards where a custom field contains a given value.
Useful for finding cards tagged with a specific branch, PR URL, feature flag, or any other custom field content.
Args: field_id: Numeric custom field id from list_custom_fields(). value: Value to match (substring match, case-insensitive). limit: Maximum cards to scan (default 50).
Returns matching card objects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| field_id | Yes | ||
| value | Yes | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |