You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
This article is about how to configure Exalate such that issue links between jira issues on the source get recreated in the target.
For instance assume on the source you have AAA-123 linked with DDD-234 using a 'relates to' link type.
Assume now that the synced issue of AAA-123 becomes XXX-345 on target, and the synced issue of DDD-234 becomes YYY-456. How can Exalate be setup such that XXX-345 is automatically linked with YYY-456 using the 'relates to' link type?
Issue link synchronisation is an out of the box feature of Exalate.
First of all, you need to ensure that the issue link information is sent over to the target by adding to the outgoing message processor
// Add the issue links to the message
replica.issueLinks = issue.issueLinks
On the target side, add to the incoming message processor
// automatically apply the same links to the twin
issue.issueLinks = replica.issueLinks
That's it - Simple as Bonjour.
Here is a video showing how it works
Issue sync - respect the issue links
The documentation page specifying how to configure this type of synchronization
https://docs.exalate.com/x/7YsrAQ
Do you want to know more, feel free to book a demo
https://www.idalko.com/exalate-book-demo
In a next article, I will explain how you can automatically link synced issues.
francis
Atlassian expert
idalko
Belgium
40 accepted answers
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
3 comments