1
0
-1

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

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      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

        CommentAdd your comment...