I'm having issues to synchronize two Release fields across different Octane spaces. Let me to summarize the situation:
- Defined Release names in both spaces are equal. Of course IDs are different.
- In the connection, I have defined an empty mapping to synchronize "Release" entities between both spaces, so MFConnect can "see" the Release values in both spaces
- In the same connection, another mapping is defined and called Defect. This mapping is trying to synchronize the Release field ("Detected In Release") between the two spaces. Bidirectional between Master to Target.
I was expecting that this should be sufficient, but it is not. When connection starts, i get the following message in the target ticket:
- Failed Action: GetValueField:
- Failed property: detected_in_release
- Failure cause: Failed to find itemId=4013
I understand that the message means: target space is unable to translate the Release ID to the new release value in the target space. But I'm not even sure about this.
How could I fix this issue? What I'm missing?