This article is for Data Center. Visit Cloud
API Changes in Structure 8.2
1. Minor Java API Release
There are a few API additions coming with this release. The changes are backwards-compatible, so any code using API 17.x should work fine.
Jira Version | New API Version |
---|---|
8.13+ | 17.16.0 |
See Structure API Versions for full version information and downloads.
2. Compatible Changes in the Java API
We have introduced a permission for managing global saved columns:Â CoreAppPermissions.MANAGE_GLOBAL_SAVED_COLUMNS
. See Managing Global Saved Columns for details.
Also there are new structure errors related to saved columns:
StructureErrors.SAVED_COLUMN_NOT_EXISTS_OR_NOT_ACCESSIBLE
StructureErrors.SAVED_COLUMN_MANAGEMENT_DENIED
BackupOperation
has a new setBackupSavedColumns(boolean)
 method to include saved columns in backup.