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
I used the following Exalate instructions to implement syncing of issue security: https://docs.exalate.com/docs/how-to-synchronize-securitylevel-issue-field-in-jira-on-premise
This is what I added to each Jira instance:
Outgoing sync
replica.securityLevel = replica.securityLevel
Incoming sync
issue.securityLevel = replica.securityLevel
Note: I verified that the sync user (1) has the ability to set issue security in the project’s permission scheme and (2) has visibility of both of our security levels (Internal / External).
Upon changing the field, the sync completes “Synchronized” but no changes are made to the destination instance. I tested this both directions with the same result.
Tested but not working
OUTGOING SYNC includes:
<< Correction >>
OUTGOING SYNC includes: