Originally asked by Roy Chapman on 30 June 2021 (original question)
In my outgoing sync (Jira side) I have
replica.fixVersions = issue.fixVersions
In the incoming sync (JSM side) I have
issue.fixVersions = replica.fixVersions
This works, with a single version. But if the fix version/s has multiple versions it just takes a single value.
How can I exalate multiple versions?