Syncing issue summary that contains the issue key

Originally asked by Ariel Aguilar on 22 July 2021 (original question)


Question raised by Grace Tang
Hello,
If the user creates the original issue A-1, Exalate syncs to another project issue, B-1.
In B-1, I want the summary to read “A1 - <summary of A1>”
How do I get this sync to work without the issue key being constantly added when a sync takes place?
Thanks


Answer by Daniel Carvajal on 22 July 2021

Hi

In this case the desired configuration can be achieved as follows:

The outgoing sync should be:

replica.summary = issue.summary
replica.key = issue.key

And for the Incoming sync:

issue.summary = replica.key + " - " + replica.summary 

Hope this is helpful.

Thanks,

Daniel