Jira 8.19 への準備

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

概要

最新バージョン

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

アプリケーション / 日付EAP 番号バージョン (Maven)ダウンロード

Jira Core/Software

 

8.19.0-rc01

8.19.0-m0005

EAP

Source files (Core)

Source files (Software)

Jira Service Management

 

4.19.0-rc014.19.0-m0005

EAP

ソース ファイル

変更の概要

In this section we'll provide an overview of the changes we intend to make, 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. 

Upgraded dependencies and libraries

Status: IMPLEMENTED (eap 01)

As announced in this post about security uplift, we’re putting more focus on upgrading core components and libraries in Jira to improve security. The following describes most notable changes that you might be interested in.

Jira Core/platform

Library/dependency/changeソース バージョンターゲット バージョン重要な注意事項
TinyMCE4.6.45.8.0詳細

Support for customer permissions in Insight APIs

App: JIRA SERVICE MANAGEMENT

Status: IMPLEMENTED (eap 02) 

We have added support for customer permissions in Insight APIs. All API calls executed in customer context will now correctly check permissions for Jira Service Management customers.

Changes in the Reindex(issue) API

Status: IMPLEMENTED (eap 01)

変更の範囲

The Reindex (Issue) API was supposed to reindex only the issue, but it was also reindexing all the comments and work history along with the issue.

Now we are correcting it to reindex only the issue. Now it will work as per the documentation.

Why is it changing?

Reindexing complete history and comments is causing performance degradation for our customers.

If the issue contains a large amount of related entities, this has serious indexing implication (tens of thousands of index update operations across the cluster instead of a single index update across the cluster).

Here's a related issue:

JRASERVER-72469 - 課題詳細を取得中... ステータス

ユーザー側で必要な操作について

Nothing, if:

  • Your plugin’s code does not use API method com.atlassian.jira.issue.index.IssueIndexingService#reIndex(com.atlassian.jira.issue.Issue)
  • Your plugin’s code uses com.atlassian.jira.issue.index.IssueIndexingService#reIndex(com.atlassian.jira.issue.Issue) but its correct behavior does not rely on this method calls triggering anything more than Issue reindexing, without any related entities.

Otherwise, you may need to:

  • Change your code to use proper methods in Jira API, with parameters that explicitly set the expected related entity types to be reindex along with the issue.
  • For versions of your plugin that don’t meet this requirement to work with Jira 8.19+ you can advise users to fallback to old API behavior and set the system flag “ com.atlassian.jira.issue.reindex.legacy.mode “ to true.

Java 11 をバイナリ インストーラーにバンドル

Status: IMPLEMENTED (eap 01)

Jira 8.19 binary installers come bundled with the AdoptOpenJDK 11 JRE. If you plan to install Jira manually from a .tar.gz  or .zip  archive, you can continue to use Java 8 or switch to Java 11.

考慮事項

Here's a few things you should know about this change:

  • クラスタ化された Data Center 構成の場合、すべてのノードが同じ JRE バージョンで実行されている必要があります。
  • This change may break compatibility with some apps from the Atlassian Marketplace. If you rely on an app that does not support the newer version of Java, switch back to Java 8. See Change the Java version used by Jira Data Center and Server.
  • Some of the options used in the setenv.sh and setenv.bat files are no longer supported in Java 11. Make sure you apply the necessary changes when you upgrade.
  • 追加の引数を設定している場合、それらが Java 11 でも引き続き利用できることを確認する必要がある場合があります。Jira の開始時にエラーを発生させる可能性があります。

We also recommend adding the following line to the setenv.sh  or setenv.bat  file:

-XX:+IgnoreUnrecognizedVMOptions

これにより、JVM が上位レベルのオプションを無視できるようになります。

Changes to the H2 Database Engine JDBC connection string

Status: IMPLEMENTED (eap 01)

変更の範囲

If Jira is set up with the H2 Database Engine for evaluation purposes, the jdbc-datasource/url element in dbconfig.xml will now use the jdbc:h2:retry connection string prefix instead of jdbc:h2:file.

Why is it changing?

We made this change in order to prevent a ClosedChannelException error that occurs when a thread accessing file system channels is interrupted. The retry option will reopen the channel on thread interruption, thus increasing the stability of Jira during evaluation.

ユーザー側で必要な操作について

Nothing, but remember that the H2 Database Engine is there for evaluation purposes only and we do not support the usage of H2 in production environments. If you want to use Jira in a live production environment, connect Jira to a supported database.

Support for PostgreSQL 12 and Amazon Aurora PostgreSQL 12

Status: IMPLEMENTED (eap 01)

Jira 8.19 adds support for PostgreSQL 12 (Server and Data Center) and Amazon Aurora PostgreSQL 12 (Data Center only).

PostgreSQL 9.6 のサポート終了

Status: IMPLEMENTED (eap 01)

As of Jira 8.19, support for PostgreSQL 9.6 is dropped.

重複したユーザー アカウントを簡単に発見

Status: IMPLEMENTED (eap 01)

We've expanded the Jira platform REST API api/2/user resource with additional count and list methods that you can use to retrieve the total number of duplicate user accounts or the full list of such accounts.

For more information on the new API methods, see Finding duplicate user accounts.

 Extending Data pipeline functionality (Data Center)

We’ve introduced new features to help you utilize the potential of the Data pipeline.

New versioning schema

Status: IMPLEMENTED (eap 01)

New schema versions become available if there are any breaking changes in the fields included in the exported files or data structure. Schema with the highest version number is a recommended implementation and is set as default. Older schemas will be marked as deprecated and may be removed from the system in the future, but will still be in use in this release.

スケジュール作成

Status: IMPLEMENTED (eap 01)

To help admins export data on a regular basis, we’ve introduced a scheduling feature. Now, it’s possible to define the export time that won’t impact Jira’s performance during typical working hours.

Job history table

Status: IMPLEMENTED (eap 01)

To help visualize the exported jobs, we’ve added the Export details table in the main Data pipeline page. Information about past and current exports is now easily available and can help troubleshoot issues faster. With this functionality, admins can also see more details of the export or cancel the running job, if needed.

Jira User data

ステータス: 実装済み 

With this feature, we’re bringing a consistent experience across all our products and rationalize the export of the user data. User data is now exported to its own file. This makes it easier for you to cross reference user IDs with a single set of team member names and email addresses.

Adding approvers from Insight objects (Data Center)

App: JIRA SERVICE MANAGEMENT

Status: IMPLEMENTED (eap 01)

We've added a new way to add approvers to your requests. Instead of using a regular user-picker field with approvers, you can now also use the Insight custom field that adds approvers who have some relations to the objects (assets) selected in your requests.

Whether it's owners, managers, or teams responsible for maintaining your assets, the approvers will change dynamically if a request is opened against an asset they own. They're always the right people at the right time.

For more info on how to add these approvers, see Adding approvers from Insight objects.

More languages in Insight - Asset Management

App: JIRA SERVICE MANAGEMENT

ステータス: 実装済み 

We'll be adding the following languages to Insight - Asset Management, both the built-in functionality in Jira Service Management and the separate Marketplace app:

  • デンマーク語  

  • オランダ語  

  • フィンランド語  

  • ハンガリー語  

  • イタリア語  

  • 韓国語  

  • ノルウェー語  

  • ポーランド語  

  • スウェーデン語  

Multiple email channels for creating requests (Data Center)

App: JIRA SERVICE MANAGEMENT

Status: IN PROGRESS (future release)

This is planned to be released in one of the future releases, not JSM 4.19.

お客様が異なるアドレスにメールを送ってそれらをリクエストやコメントに変換できるよう、Jira Service Management で構成可能なメール チャンネルの数を増やすことに取り組んでいます。これにより、異なるリクエスト タイプ用に異なるチャンネルを使用したり、お客様用によりカスタマイズしたメール アドレスを用意したりすることができるようになります。

In this EAP (and the upcoming JSM 4.18 release), we're sharing our work in progress on this feature. You can already test it and give us feedback on the improvements you'd like to see. This feature is planned for one of the upcoming releases of Jira Service Management.

To enable and test this feature, see Adding multiple channels for creating requests.

To share your feedback, take this survey.

最終更新日 2021 年 9 月 27 日

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

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.