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 |
---|---|
7.13+ | 17.6.0 |
See Structure API Versions for full version information and downloads.
Compatible Changes in the Java API
We have added two new constants to support the "creator" attribute:
CoreAttributeSpecs.CREATOR
is the attribute spec that returns the creator of an item as anApplicationUser
;CoreAttributeSpecs.Id.CREATOR
is the attribute ID for the "creator" attribute.