Originally asked by sapir monza on 30 October 2019 (original question)
Hi,
We are using exalate for synce between two different projects in our Jira server instance.
We would like that once ticket in project A gets fix version this number will be synced the a text custom field in Project B.
Is it possible?
I tried this:
issue.customFields.“Fix in version”?.value = replica.fixVersions?.name?.asString
But it didn’t work
Thanks