Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom Fields is empty on getTestCase response #144

Open
marvelfrozen opened this issue Mar 15, 2022 · 0 comments
Open

Custom Fields is empty on getTestCase response #144

marvelfrozen opened this issue Mar 15, 2022 · 0 comments
Labels

Comments

@marvelfrozen
Copy link

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:

  • 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant