The Exalate team will be on holiday for the coming days - returning Jan 4
Enjoy & stay safe
1
0
-1
1 answer
- 10-1
I resolved this through a simple if statement in the incoming and uncommented the outgoing
if(replica.project.key == "PROJECTB"){ issue.comments = commentHelper.mergeComments(issue, replica) }
- Tomas Eduardo Lalanne
We are glad, that you were able to resolve it and if further assistance is needed please feel free to contact us once again.
BR
CommentAdd your comment...
Overview
Content Tools
search
attachments
weblink
advanced
HI Guys,
I am aware in a Jira to Jira sync (local to remote) how I can make a comment or other fields one way as you have a connection at each end scripted mode. In local mode Jira project A to Project b (Same Jira instance, just different projects) you have a single scripted connection. I am looking for JIRA A not to send any comments and for JIRA B to send all of its comments.
I have only been able to establish off or on.
Here is the config I have:
Outgoing
Incoming
Hi Brad,
If you can distinguish the target project then you might put the
issue.comments = ...
line behind a check on what is the project. Doing so, only the wanted project would get (would take care of) the comments.Comments would be "outgoing" all the time but ignored only for project B.
Regards,
Stéphane