xl8bot
1
Originally asked by Berry Kersten on 16 March 2020 (original question)
Hi,
Is it possible to synchronize fixVersions based on “status”?
For example, I only want to sync fixVersions if “fixVersion in unreleasedVersions()”
Thanks and best regards,
Berry.
xl8bot
2
Answer by Juan Grases on 16 March 2020
Sure! On your outgoing sync you could do:
replica.fixVersions = issue.fixVersions.findAll{!it.released}
That would send only the fix versions of the issue that are not released.
xl8bot
Closed
3
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.