Jira Core 9.2.x リリース ノート
Jira Core 9.2 がリリースされました!
8.x から 9.x へのアップグレードでは Jira の完全な再インデックスがトリガーされるため、プロセス中にダウンタイムが発生します。現在 8.x をご利用の場合、ダウンタイムを予測したうえでアップグレードに最適な時間枠を選ぶようにしてください。
本リリースに関する重要な情報をアップグレード ノートで確認し、解決済みの課題の完全な一覧をご確認ください。
互換性のある Jira アプリケーションをお探しの場合、次のページをご参照ください。
Data Center への移行をご検討の場合、弊社の推奨事項をご参照ください。「Jira のインフラストラクチャの推奨事項」
Jira Agile ビュー: 読み込みが速くパフォーマンスが向上
We've always been laser-focused on Jira performance improvements and this release comes with yet another update. This time, we've optimized page load times for Jira Backlog and Board agile views.
As the app gets faster and more reliable, you can get more out of your work in Jira, specifically if you're dealing with slow-performant hardware or network issues. This change is just a part of our planned performance enhancements so expect more to come in the upcoming releases.
Interested in technical details behind this update? We have it covered in the Preparing for Jira 9.2 notes, just take a minute to check it out.
送信メールに OAuth 2.0 を導入
OAuth 2.0 認証を送信メール サーバーで有効化しました。Google と Microsoft は、SMTP プロトコルとともに、接続のためのプロバイダーとして引き続きサポートされます。今後は、送受信の両メール サーバーで OAuth 2.0 を使用するようにセットアップできます。これによって、Jira 統合やサードパーティ アプリとの接続において厳重なセキュリティを提供します。
送信メールの設定では、プロバイダーに応じて利用可能な認証方法を選択するか、JNDI ロケーションの使用を有効化できます。設定の準備ができたら、変更を適用する前に接続をテストできます。
The feature is active by default. But if needed, you can continue using your current outgoing mail configuration.
Learn more about SMTP mail server configuration
Jira Picker のパフォーマンスが大幅に向上
Ready for another portion of performance-related changes? Meet one more set of improvements in Jira pickers.
Further to project picker updates introduced in Jira 8.21, we’ve optimized a few more dropdown menus in the app: Component, Priority, and Version pickers in the basic search mode. More than that, working with pickers when creating or editing an issue got much faster as well. You can now be sure that your app performance won’t be affected by a growing number of elements to render.
Wondering what’s changed in particular?
We’ve revamped the way search results are rendered: instead of initially loading all the available items for a particular picker, we now only display 100 items on the list. We query the backend as you type, returning exactly what you’re looking for.
You can also use newly added API endpoints to query versions, components, issue types, resolutions, statuses, and priorities. These endpoints return paginated results to limit the response size of potentially large collections of items.
JFR の診断記録設定
JFR (Java Flight Recorder) によって、診断記録をユーザー インターフェイスと REST エンドポイントから設定できる機能を追加しました。これで、必要な情報を取得する目的で、問題の診断を簡素化して改善するために記録されるデータの量を設定できます。
To do this, you can adjust the following JFR settings:
- Maximum recording age
- Maximum recording size
- Thread dumps recording interval
これらの設定を調整することで、インスタンスのトラブルシューティングが強化されて問題をより迅速かつ効果的に解決できるようになります。
Learn more about how to use Java Flight Recorder