Note
We've packed up and moved from Confluence to Discourse to bring you a better, more interactive space. Out of courtesy we didn't migrate your user account so - you will have to signup again
The Exalate team will be on holiday for the coming days - returning Jan 4
Enjoy & stay safe
Hi,
I'm using Exalate to sync between projects on the same Jira server instance.
Currently, the remote issue key is synced to a custom filed in the original ticket with the following code:
However, when the original ticket needs to be sync with 2 projects, only one of the remoteissue key is synced to that field - "Escalated ticket".
How can make sure that those 2 cases will display in this field separated with a comma?
For example, the triggered fired and now the synchronization of the original ticket under project 'z' started with two different projects (project 'x' and project 'y'), in "Escalated ticket" field under the original ticket in project 'z' I expected the two cases will be displayed on from project 'x' and the second on from project 'y'.
Thanks,
Sapir
Hi Sapir,
I'm a bit lost on the structure of the code and the use case you want to implement
Can we take it step by step and confirm that the sequence below is correct - or rectify where possible
Could you add the complete script here or in a code-sharing service such as https://codepile.io
Hi Francis,
Correct, actually the process didn't fail, both issues B1 and C1 linked to A1, but only one of them displayed under the "Escalated Ticket" field.
I got the script from Roman Melnychenko in case number EASE-2816, I have added all the following scripts to our Jira server under scripts folder:
and the code below to the Outgoing sync(data filter):
Hi
Are this files hiden now? I've a similar problem and can't solve it