azaryanlena
17 days agoVisitor
Version ID not found when updating test case execution
Step: Send PUT request to https://jira.example.com/rest/atm/1.0/testrun/test_cycle_key/testcase/test_case_key/testresult with payload
{
"version": "version_id"
}
Response: code 400 {
"errorMessages": [
"The value version_id was not found for field version on project project_key."
]
}
Before sending the request I get the version_id from Jira by version name
Are there any other conditions to make version_id recognizable in Zephyr?