Jira 8.2 への準備

This documentation is intended for Jira developers who want to ensure that their existing apps are compatible with Jira 8.2. 

概要

最新バージョン

ここでは最新の EAP についての情報をご案内します。

アプリケーション / 日付

EAP 番号

バージョン (Maven)

ダウンロード

Jira Core/Software

 

8.2.0-EAP01 (see below)

8.2.0-m0010

EAP | ソース ファイル

Jira Service Desk

 

4.2.0-EAP01 (see below)

4.2.0-m0010

EAP

すべての変更と EAP

ここでは、変更の概要と、それらが実装されている EAP 単位での変更の詳細情報を案内します。

変更の概要

In this section we'll provide an overview of the changes we intend to make in Jira 8.2, so you can start thinking how it might impact your apps. Once they're ready, we'll indicate when a change has been implemented, and in which milestone. 

GDPR changes in Jira

Status: ONGOING (for details, see GDPR changes in Jira)

To improve the compliance of Jira Server with General Data Protection Regulation (GDPR), we'll be introducing a set of changes in Jira over the next few months. The first changes will be available to test in EAP 1, so we can gather your feedback and refine them. 

CDN for Jira Data Center

Status: PLANNED

We're currently working on adding the ability to serve static assets from a CDN in Jira Data Center.

In Jira 7.0 we moved to stateless delivery of JavaScript and CSS resources. Apps that don't use the new APIs for web-resource transforms and conditions may cause static assets to be cached incorrectly, when CDN is enabled. See Stateless web-resource transforms and conditions to make sure your app is using the new APIs for web-resource transforms and conditions. 

We will also provide a health check on the CDN administration screen that will indicate if an app is using deprecated methods. 

These changes will not be included in Jira 8.2, but we're planning to add them in one of the next releases.

Microsoft SQL Server 2017

ステータス: 実装済み

We're currently working on adding Microsoft SQL Server 2017 to the list of supported databases.

Java 11 のサポート

ステータス: 実装済み

In addition to OpenJDK 8 and Oracle JDK 8, we will officially support running Jira on OpenJDK 11 and Oracle JDK 11. However, we still encourage the apps to be developed using Java 8 to ensure Java 8 compatibility and tested on both Java 8 and Java 11.

Polyfills in Jira

Status: IMPLEMENTED (for details, see Polyfills in Jira)

Jira 8.2 will be supporting new APIs, so you can use the EcmaScript language features and Browser runtime features without the need for providing your own runtime polyfills.

Changes to issue cards in backlogs

Status: IMPLEMENTED (for details, see EAP 1)

We’ve made small changes to issue cards displayed in backlogs to better handle long issue names. If the issue name can’t fit into the issue card, it’ll end with an ellipsis.

変更の実装内容

EAP 1

Release date:  

アプリバージョン (ダウンロード)バージョン (Maven)ダウンロード
Jira Core/Software8.2.0-EAP018.2.0-m0010

EAP | ソース ファイル

Jira Service Desk

 

4.2.0-EAP014.2.0-m0010
EAP

このマイルストーンでの変更

GDPR changes in Jira

This milestone contains the first changes related to the GDPR project:

  • Anonymizing users: new extension points that will notify your app when a Jira admin decides to anonymize a user.
  • Generating user keys: new way of generating user keys (hidden behind a dark feature flag) to reduce the amount of personal data we store in Jira.

For more info on these changes and the GDPR project in general, see GDPR changes in Jira.

Polyfills in Jira

Jira 8.2 will be supporting new APIs, so you can use the EcmaScript language features and Browser runtime features without the need for providing your own runtime polyfills. For details, see Polyfills in Jira.

Changes to issue cards in backlogs

We’ve made small changes to issue cards displayed in backlogs to better handle long issue names. If the issue name can’t fit into the issue card, it’ll end with an ellipsis, like in the following example:

Changes that might be interesting:

  1. We've removed the following wrapper: 

    <div class=“ghx-end ghx-row ghx-row-version-epic-subtasks”></div> 

    The content remains the same, but it no longer contains the <div> wrapper. We’ve removed it so we could make all elements included in an issue card display on one level and identify where the issue name ends.

  2. We've removed the following that controls the element displaying the user avatar and estimate: 

    <span class=“ghx-end ghx-extra-field-estimate”>

    Now, this element will aways use the following class (previously, it could use either of the two): 

    <span class=“ghx-end ghx-estimate”>
最終更新日 2019 年 8 月 13 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する

このセクションの項目

Powered by Confluence and Scroll Viewport.