kinow / testlink-java-api

TestLink Java API
http://kinow.github.io/testlink-java-api/
MIT License
64 stars 88 forks source link

Custom Fields is empty on getTestCase response #144

Open marvelfrozen opened 2 years ago

marvelfrozen commented 2 years ago

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:

  1. Define custom fields
  2. Create or edit a test case and fill in said custom field
  3. Call method getTestCase on said test case
  4. API return empty custom fields

Expected behavior API also return custom fields info and value

Screenshots

image image

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.