Steps to Reproduce:
Actual Results:
When synchronizing a Portfolio item to create an epic the sync is failing with Invalid attribute Project.
Exception occurred in updating the record java.lang.Exception: Exception when trying to create record due to the error {"message":"JSON parse error: Unrecognized field \"Project\" (class com.intland.codebeamer.controller.rest.v2.model.TrackerItemModel), not marked as ignorable; nested exception is com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field \"Project\" (class com.intland.codebeamer.controller.rest.v2.model.TrackerItemModel), not marked as ignorable (42 known properties: \"modifiedBy\", \"areas\", \"subjects\", \"releaseMethod\", \"accruedMillis\", \"customFields\", \"name\", \"descriptionFormat\", \"spentMillis\", \"version\", \"tags\", \"id\", \"modifiedAt\", \"createdBy\", \"owners\", \"assignedAt\", \"estimatedMillis\", \"priority\", \"typeName\", \"assignedTo\", \"parent\", \"startDate\", \"ordinal\", \"status\", \"comments\", \"teams\", \"storyPoints\", \"createdAt\", \"description\", \"closedAt\", \"resolutions\", \"severities\", \"categories\", \"formality\", \"platforms\", \"endDate\", \"iconColor\", \"iconUrl\", \"tracker\", \"angularIcon\", \"children\", \"versions\"])\n at [Source: REDACTED (`StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION` disabled); line: 1, column: 31] (through reference chain: com.intland.codebeamer.controller.rest.v2.model.TrackerItemModel[\"Project\"])","resourceUri":"/trackers/35851344/items"}
Expected Results:
There should not eb any error about the project.
4.1.0
DE183300
Fixed in ConnectALL 4.1.2