1
0
-1

Is it possible to add the issue key from Jira Service Desk ticket in the summary on Jira Server?


For example, on the Incoming sync, it will be something like:
issue.summary = "replica.key - replica.summary"

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Yes it's possible, it would actually look like this:

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

      Also you mentioned after sync, you probably want to use this on the target Jira:


      https://docs.idalko.com/exalate/display/ED/syncBackAfterProcessing


      Best regards,

      Juan

      1. Adriano Mazi

        It works, thanks Juan.

      CommentAdd your comment...