Beta for Jira 8.0 is up for grabs!

The long-awaited beta for Jira 8.0 is out and ready for testing. It contains all the features we intend for Jira 8.0 and all the planned breaking changes that we were gradually releasing in EAP milestones.

Read all about it…

For a list of all the breaking changes, see Preparing for Jira 8.0. Then check out the features in the Release notes, and then download the beta to see it all in action.
If you’re downloading mavens from maven.atlassian.com, download maven 8.0.0-m0030.

And there is a bonus…

As our special icing, we are also releasing a beta version of the upgrade documentation. Check it out here, and, should you have comments, add them under this post.

You can also tell us what you think about the beta release by posting a comment here.


Best,

The Jira Server team

2 Likes

I am struggling what to change in my pom.xml.

Are you updating Java 11 and Jira platform upgrade | Atlassian Support | Atlassian Documentation regarging versions of components?

For example

        <dependency>
            <groupId>com.atlassian.plugins.rest</groupId>
            <artifactId>atlassian-rest-common</artifactId>
            <version>1.0.2</version>
            <scope>provided</scope>
        </dependency>

You have atlassian-rest > 6.0.0-985fbb15 in the list, but not atlassian-rest-common.

Regarding licensing API

        <dependency>
            <groupId>com.atlassian.upm</groupId>
            <artifactId>licensing-api</artifactId>
            <version>2.15</version>
            <scope>provided</scope>
        </dependency>

You have upm-server → 4.0.0-6d5e0ae2a3 in the list. Is this the right component?

To map my dependencies to what you have in your list Java 11 and Jira platform upgrade | Atlassian Support | Atlassian Documentation looks like quite some guess work for me. Maybe you can add the groupId there?

Sorry for these questions, which migh sound stupid for Maven people, but it is quite confusing for me.

Hi,

You can find the Jira project POM for 8.0.0 Beta in the maven repo in Index of maven-internal/com/atlassian/jira/jira-project/8.0.0-m0030 .
There you can see the actual versions of all the dependencies used in the version.

atlassian-rest-common is a part of atlassian-rest module and so should use the same version.

Please note the Beta version uses a lot of dependencies in milestone versions since the final versions were not yet released at that stage.
However ultimately Jira 8.0.0 is using the component versions from Atlassian Platform 5.
The platform POM is in Bitbucket and there you can also find the groupId, artifactId and version for the platform components which Jira is going to use for the final 8.0.0 release (the only exception will be atlassian-webhooks where Jira is using an older version).

Let us know if you have further questions about the versions.