Server SPI release notes
On this page:
|
---|
Release notes for Server SPI
1.8.0 Jun 17, 2022
Â
What's new
ADDED App Data SPI: We introduce a new integration endpoint for apps so they can easily migrate their custom app data.
The SPI for app data consists of four interfaces:
AppDataHandler;
AppDataObject;
AppDataObjectType;
AppDataObjectEnumerator
To learn how to implement them, visit our App Data SPI document.
1.7.3 Feb 23, 2022
Â
Â
What's new
ADDED Support for resolving references to custom field context.
ADDED Support for resolving references to event types.
ADDED Support for resolving references to Agile Board.
ADDED Support for resolving references to workflows.
RELEASED SPI Tools v1.3.1
1.7.0 Oct 26, 2020
Â
Â
What's new
ADDED Annotations can be used now to define SPI handlers:
Handlers can be defined using only annotations.
The atlassian-plugin.xml approach still functions in the same way.
To learn more, visit the documentation.
1.6.1 Apr 23, 2020
Â
Â
What's new
ADDED Added new enum ImportMode, which provides the current deployment mode in which Configuration Manager operates.
1.6.0 Apr 1, 2020
Â
Â
Â
Â
What's new
ADDED Issue Data SPI: We introduce a new set of integration endpoints for apps so they can easily migrate their issue data.
The integration points you can use for your app’s issue data are:
To learn more, visit the documentation.
1.5.3 Feb 3, 2020
Â
Â
Â
What's new
ADDED Support for resolving references to Jira Software sprints
1.5.2 Jan 27, 2020
Â
Â
Â
Â
What's new
ADDED Support for resolving references to project versions and components
1.5.1 Jan 6, 2020
Â
Â
Â
Â
What's new
ADDED Support for resolving references to custom field option
1.5.0 Nov 4, 2019
Â
Â
Â
Â
What's new
ADDED SPI interface for global app data
1.4.0 Aug 21, 2019
Â
Â
Â
Â
What's new
ADDED Support for resolving references to Service Desk request types
ADDED Support for resolving references to security levels
1.3.0 Jul 15, 2019
Â
Â
Â
Â
What's new
ADDED SPI interface for dashboard gadgets
1.2.2 Jul 3, 2019
Â
Â
Â
Â
What's new
ADDED Support for resolving references to project roles
1.2.1 May 10, 2019
Â
Â
Â
Â
Resolved issues
FIXED Fixed a bug in the parent pom which made the SPI unresolvable
Â
1.2.0 Apr 19, 2019
Â
Â
Â
Â
What's new
ADDED SPI interface for arbitrary project configuration
1.1.0 Nov 30, 2018
Â
Â
Â
Â
What's new
ADDED SPI interface for workflow participants - conditions, validators, post-functions
1.0.0 Oct 30, 2018
Â
Â
Â
What's new
ADDED Initial release - SPI interface for custom fields