resolve_case_field
Resolve numeric IDs of a multi-select case field into readable text labels for a specified project, making field values clear and understandable.
Instructions
Resolve numeric reference IDs of a Multi-select case field (type ID 12) into their textual values for a specific project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| refs | Yes | A single numeric ID or array of numeric IDs/references (e.g. [1, 55, 6] or 55) to resolve | |
| field_name | Yes | The system name of the Multi-select field (e.g. 'custom_case_feature_tags') | |
| project_id | Yes | The ID of the project to resolve field values for |