This article is for Data Center. Visit Cloud
API Changes in Structure 9.0
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.20+ | 17.20.0 |
See Structure API Versions for full version information and downloads.
2. Compatible Changes in the Java API
We've added a new com.almworks.jira.structure.api.memo
 package containing api interfaces for working with memo items:
MemoManager
 - a component for getting and updating memo itemsÂMemo
 - an interface for accessing memo data including fieldsMemoUpdateBuilder
 - an interface for performing memo updates
Also BackupOperation
 has a new setBackupGenericItemHistory(boolean)
 method to include memo history data in a backup file.