Sync unreleased fixVersions?

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.


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.


This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.