Hello Arman,
Please note, that in “custom fields” section in the attributes, you cannot write the name of the Custom Field.
What you need to write is its System ID in the following format:
“—f-XXX”: “Chrome”, where XXX is the ID of the field.
You can retrieve the ID by using this GET request if you’d like to do it automatically: Full API Documentation (Version 2) - PractiTest
Alternatively, you can retrieve it from the URL of the field’s setting page:
The API responds with a successful post but the test instance is never updated. I’m trying to create filters that I can use to create new dashboard item reports.
I created a simple filter with the custom field as the only filter so I only get runs in the filter from my automated runs with the custom version number.
The run and latest run are updated, but it’s not adding the custom field.