You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Calling method getTestCase return correct test case informations except the custom fields are empty, it just show empty object []
To Reproduce
Steps to reproduce the behavior:
Define custom fields
Create or edit a test case and fill in said custom field
Call method getTestCase on said test case
API return empty custom fields
Expected behavior
API also return custom fields info and value
Screenshots
Versions:
TestLink: 1.9.20
testlink-java-api: 1.9.20-1
JVM: 15
Additional context
This issue seems to be impacting updateTestCase API since I can't update the custom fields on test cases. I even use getTestCaseCustomFieldDesignValue to get the current value and then set new value, but it still won't update.
The text was updated successfully, but these errors were encountered:
Describe the bug
Calling method getTestCase return correct test case informations except the custom fields are empty, it just show empty object []
To Reproduce
Steps to reproduce the behavior:
Expected behavior
API also return custom fields info and value
Screenshots
Versions:
Additional context
This issue seems to be impacting updateTestCase API since I can't update the custom fields on test cases. I even use getTestCaseCustomFieldDesignValue to get the current value and then set new value, but it still won't update.
The text was updated successfully, but these errors were encountered: