Originally asked by Samip K Banker on 30 August 2019 (original question)
In Outgoing sync… how can we get the affects version and fix version in customKeys before it goes out…
Originally asked by Samip K Banker on 30 August 2019 (original question)
In Outgoing sync… how can we get the affects version and fix version in customKeys before it goes out…
Answer by Francis Martens (Exalate) on 30 August 2019
You can add this information directly into the replica using following code
replica.affectedVersions = issue.affectedVersions
replica.fixVersions = issue.fixVersions
If you would like to have an overview of all available fields - check
Issue fields available for synchronization
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.