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
TestRail introduced a new concept of Templates. The case query returns a new field called template_id.
Exception in thread "main" java.lang.IllegalArgumentException: Case field list configuration is possibly outdated since it does not contain custom field: template_id
at com.google.common.base.Preconditions.checkArgument(Preconditions.java:125)
at com.codepine.api.testrail.internal.CaseModule$CaseDeserializer.deserialize(CaseModule.java:87)
at com.codepine.api.testrail.internal.CaseModule$CaseDeserializer.deserialize(CaseModule.java:65)
at com.fasterxml.jackson.databind.ObjectReader._bindAndClose(ObjectReader.java:1270)
at com.fasterxml.jackson.databind.ObjectReader.readValue(ObjectReader.java:865)
at com.codepine.api.testrail.Request.execute(Request.java:150)
at com.codepine.api.testrail.Request$execute.call(Unknown Source)
The text was updated successfully, but these errors were encountered:
# This is the 1st commit message:
# This is a combination of 8 commits.
# This is the 1st commit message:
Added new fields to Milestone available since TestRail 5.3; Fixed configuration of Lombok; Added Template model
# This is the commit message codepine#2:
Added Nexus distributionManagement to pom
# This is the commit message codepine#3:
Changed groupID
# This is the commit message codepine#4:
Fixed configuration of Lombok; Added Template model
# This is the commit message codepine#5:
Added deserialization of test Templates json file, updated Template class to deserialize is_default correctly
# This is the commit message codepine#6:
Added new fields to Milestone available since TestRail 5.3
# This is the commit message codepine#7:
Updated pom with release information for forked version of project
# This is the commit message codepine#8:
Update issue templates
# This is the commit message codepine#2:
Removed log4j dependency
TestRail introduced a new concept of Templates. The case query returns a new field called template_id.
The text was updated successfully, but these errors were encountered: