Skip to end of banner
Go to start of banner

Server SPI release notes

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

On this page:

Release Notes for Apps SPI

1.8.0

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

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

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

What's new

ADDED Added new enum ImportMode, which provides the current deployment mode in which Configuration Manager operates.

1.6.0

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

What's new

ADDED Support for resolving references to Jira Software sprints

1.5.2

What's new

ADDED Support for resolving references to project versions and components

1.5.1

What's new

ADDED Support for resolving references to custom field option

1.5.0

What's new

ADDED SPI interface for global app data

1.4.0

What's new

ADDED Support for resolving references to Service Desk request types

ADDED Support for resolving references to security levels

1.3.0

What's new

ADDED SPI interface for dashboard gadgets

1.2.2

What's new

ADDED Support for resolving references to project roles

1.2.1

Resolved issues

FIXED Fixed a bug in the parent pom which made the SPI unresolvable

1.2.0

What's new

ADDED SPI interface for arbitrary project configuration

1.1.0

What's new

ADDED SPI interface for workflow participants - conditions, validators, post-functions

1.0.0

What's new

ADDED Initial release - SPI interface for custom fields

  • No labels