Add issue key on replica summary after sync

Originally asked by Adriano Mazi on 19 November 2020 (original question)


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”


Answer by Juan Grases on 19 November 2020

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


Comments:

Adriano Mazi commented on 19 November 2020

It works, thanks Juan.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.