Download page Configure only changes made by one synchronization partner to be synchronized.
Configure only changes made by one synchronization partner to be synchronized
Backbone's advanced settings screen contains a 'sync.responsibilityConfiguration' setting allowing you to define which synchronization partner has the 'responsibility' of making changes to a synchronized issue. When one synchronization partner has responsibility, changes made by the other synchronization partner are not synchronized.
This article will provide a step-by-step guide to configuring this setting.
The custom field should have two options with names that make it clear whether your instance or the partner instance has responsibility for making changes. In this example, we'll make this clear by calling the options 'Local' and 'Remote'.
Configure all the screenswhere you want to display the responsibility field, also include the edit screen so that Backbone can modify this field.
Find the option IDs of the 'Local' and 'Remote' field options. To do this, navigate to Administration > Issues > Custom Fields > scroll to theResponsibility custom field > cog icon > Configure >Edit Options. To find out the ID of afield option, click edit, and the option ID will be displayed as the 'selectedValue' in the URL bar. For example, if the URL bar contained:
selectedValue=10101
CODE
then the option ID would be 10101 .
Now you have the Custom Field ID and option IDs, navigate to the Advanced screen in the Backbone configuration, and configure the sync.responsibilityConfiguration setting. The format of this field is a JSON object containing the field ID of the custom responsibility field, the local responsibility option ID, and the remote responsibility option ID. You can structure the code like this, just swapping out the IDs with the values you found in steps 4 and 5:
After both synchronization partners have configured the synchronization, you can define who has the responsibility to make changes using the Responsibility field:
If the responsibility field is set to Local, you have the responsibility to make changes, and if it is set to Remote, the partner instance has responsibility.
if this option is set to Yes, the changes are rolled back when the synchronization is updated
if this option is set to No, the changes are kept but not synchronized
Cookie Notice
We use cookies to create a secure and effective browsing experience for our website visitors and to understand how you use our site (i.e. Google Analytics). For more information: Click Here