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
We added the following two lines to the incoming synch on our JIRA instance. Please see: https://docs.idalko.com/exalate/display/ED/How+to+synchronize+issue+securityLevel
import com.exalate.basic.domain.hubobject.v1.BasicHubIssueSecurityLevel
issue.securityLevel = new BasicHubIssueSecurityLevel(null, "name", "description")
However, the security level field doesn't update. The synch-user has permissions to all security levels. There is no error logged.