Child pages
  • Structure API Versions

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Current Versions

Version

Supported JIRA Versions

Supported Structure Versions

OSGi Import Version

Release Date

5.0.0
Javadocs

JIRA 5.0.*

1.5.*

"[5.0,6)"

2012-02-17

4.0.3
Javadocs

JIRA 4.4.*

1.5.*

"[4.0,5)"

2012-02-17

4.0.2
Javadocs

JIRA 4.3.*

1.5.*

"[4.0,5)"

2012-02-17

4.0.0
Javadocs

JIRA 4.3 – JIRA 4.4.*

1.4.*

"[4.0,5)"

2012-01-08

3.0.0
Javadocs

JIRA 4.2.*

1.4.*

"[3.0,4)"

2012-01-08

Latest Version Javadocs

To see how to include the API jar into your project dependencies, read about Accessing Structure from Your Plugin.

Version Compatibility

Versioning of the API artifact follows these generally accepted rules:

  • Major version is increased when the client code – your code – might not compile with the new version.
  • Minor version is increased when new methods are added to the API (so your code might break if you downgrade to a lower minor version).
  • Micro version is changed when there's no impact on the compatibility.

Getting Versions

The API jars can be downloaded from the public Maven repositories. This is the recommended way.

If you can't download API jars from Maven repository for any reason, you can download them from this page and install into your local Maven repository:

Code Block
mvn install:install-file -DgroupId=com.almworks.jira.structure -DartifactId=structure-api -Dversion=4.0.0 -Dpackaging=jar -Dfile=structure-api-4.0.0.jar
Attachments
oldtrue