allure_get_test_case_custom_fields
Retrieve custom-field assignments for a test case, including field and value pairs like 'Priority' → 'High'. Use this to get custom-field data not included in the default test case response.
Instructions
List the custom-field values set on a test case.
Returns each value flattened to field_id / field_name (the custom
field) and value_id / value_name (the chosen value) — e.g. field
"Priority" → value "High". These are not included in
allure_get_test_case; fetch them here when you need a test case's
custom-field assignments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| test_case_id | Yes | Allure test-case ID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| test_case_id | Yes | ||
| count | Yes | ||
| custom_fields | Yes |