Note
We've packed up and moved from Confluence to Discourse to bring you a better, more interactive space. Out of courtesy we didn't migrate your user account so - you will have to signup again
The Exalate team will be on holiday for the coming days - returning Jan 4
Enjoy & stay safe
Hi all,
I'm currently working on a bi-directional sync between two Jira projects (Project A and Project B). However, when it comes to the ticket comments, I would like to get them synchronized one way only (from Project A to Project B).
Is this something I can achieve? Please let me know if anyone had a similar request.
Thanks
Outgoing sync:
replica.comments = issue.comments
Incoming sync:
issue.comments = commentHelper.mergeComments(issue, replica)