Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

On this page:

Table of Contents
minLevel1
maxLevel3
outlinefalse
excludeRelease Notes for Apps SPI
typelist
printablefalse

Release

Notes

notes for

Apps

Server SPI

1.8.0

Image RemovedImage Added

What's new

Status
colourGreen
titleADDED
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

Status
colourGreen
titleADDED
Support for resolving references to custom field context.

Status
colourGreen
titleADDED
Support for resolving references to event types.

Status
colourGreen
titleADDED
Support for resolving references to Agile Board.

Status
colourGreen
titleADDED
Support for resolving references to workflows.

Status
colourPurple
titleRELEASED
SPI Tools v1.3.1

1.7.0

Image RemovedImage Added

What's new

Status
colourGreen
titleADDED
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

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

1.6.0

What's new

Status
colourGreen
titleADDED
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

Status
colourGreen
titleADDED
Support for resolving references to Jira Software sprints

1.5.2

What's new

Status
colourGreen
titleADDED
Support for resolving references to project versions and components

1.5.1

What's new

Status
colourGreen
titleADDED
Support for resolving references to custom field option

1.5.0

What's new

Status
colourGreen
titleADDED
SPI interface for global app data

1.4.0

What's new

Status
colourGreen
titleADDED
Support for resolving references to Service Desk request types

Status
colourGreen
titleADDED
Support for resolving references to security levels

1.3.0

What's new

Status
colourGreen
titleADDED
SPI interface for dashboard gadgets

1.2.2

What's new

Status
colourGreen
titleADDED
Support for resolving references to project roles

1.2.1

Resolved issues

Status
colourBlue
titleFIXED
Fixed a bug in the parent pom which made the SPI unresolvable

1.2.0

What's new

Status
colourGreen
titleADDED
SPI interface for arbitrary project configuration

1.1.0

What's new

Status
colourGreen
titleADDED
SPI interface for workflow participants - conditions, validators, post-functions

1.0.0

What's new

Status
colourGreen
titleADDED
Initial release - SPI interface for custom fields