The challenge is as follows
In order to give a comprehensive answer, I compared how three of the issue sync solutions with the most active installations support nfeed field synchronization in general:
Here are the results of my analysis:
nFeed field to nFeed field (same nfeed keys)
You can configure this in the corresponding script fields by adding the following lines
Data Filter
replica.customFields."nfeed field" = issue.customFields."nfeed field"
Change Processor:
issue.customFields."nfeed field" = replica.customFields."nfeed field"
If you know how the other sync solutions handle these cases, please comment here, and I am happy to edit my answer.
With exalate you can create a script which retrieves the nfeed information through REST on one side, transport it over the wire to the other JIRA, and lookup the corresponding value in the database table.
Check following example which provides the details of this approach
How to sync nfeed fields when key values are different
It is an example of the integration flexibility of Exalate
Francis
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.