Jira Core 7.4.x リリース ノート
互換性のあるアプリケーション
互換性のある Jira アプリケーションをお探しの場合、次のページをご参照ください。
プロジェクト レベルの管理
In JIRA Core 7.3, we allowed project administrators to edit their project's workflows under specific conditions. Now, we've added more fine-grained control to the Administer Projects permission, and added a few more perks for the project administrator. When granted, the Extended project administration permission will allow project administrators for the associated projects to:
The Extended project administration option is enabled by default. If you're a JIRA administrator, you can disable it by selecting > Issues > Permission schemes, and then choosing the relevant permission scheme to edit. Project and JIRA administrators can also view the Extended project administration setting when they're viewing their project by selecting Project settings > Permissions, however the JIRA administrator can't edit the setting here.
課題エクスポートの改善
We've implemented an exporter which exports JIRA issues in an HTML format. When viewing a list of issues, select > HTML (All fields) or > HTML (Current fields) . If required, a JIRA administrator can disable the HTML export option by setting the jira.export.html.enabled property to false at > System > Advanced Settings .
Given that the HTML export can be quite memory intensive in large JIRA Core instances, we've also added two additional properties to the Advanced Settings page. These properties allow a JIRA administrator to control the default number of search results allowed to be exported by a user (jira.search.views.default.max) and the absolute maximum number of search results allowed (jira.search.views.max.limit). This allows an admin to prevent users from attempting to export a large number of results, which could result in performance problems with your instance.
アプリ内通知
We've implemented a system add-on which provides targeted notifications within your JIRA Software instance, predominantly to JIRA administrators. These notifications will alert you when new JIRA versions are available, and of upcoming license renewals. The in-app notifications are delivered by a system add-on, and can be controlled by selecting > Add-ons > Manage add-ons, and then filtering for Atlassian Notifications. We actually shipped this in JIRA Core 7.3.8, but we're just making sure you know about it. You may even be reading these release notes because you've been directed here by an in-app notification.
その他の改善点
上記以外にも、小規模な機能強化をいくつか行いました。いずれも、ユーザーと管理者がより効率的かつ簡単に操作できるよう設計されています。
- "と共有" バッジ は、"と使用"バッジ に置き換えられました。
ワークフローの編集に関連するナビゲーションを改善し、下書きモードを導入しました。下書きモードでは、変更を公開したくない場合は簡単に編集を止めることができます。また、それぞれの課題タイプに移動しなくても、プロジェクト設定のワークフローセクションでワークフローを編集できるようになりました。
- プロジェクトのワークフローや画面への変更を管理者が確認できるよう、監査ログにイベントをさらに追加しました。これにより、誰が、何を、どこを変更したかや、プロジェクトの設定をロールバックする必要があるかどうかを確認できます。
- ガベージ コレクションのログを改善し、これらが自動生成されるようにしました。生成されたログは
<installation-directory>/logs
にあります。 - インストールとアップグレードについてのエラー報告を改善しました。より詳細な情報を提供し、考えられる解決策についての詳細やその他の情報へのリンクを追加しました。
解決済みの課題
パフォーマンスの問題
バージョン 7.4.0、7.4.1、および 7.4.2 にはパフォーマンスの問題があり、ページを開いたり、一部の操作を終了したりするときにエラーが表示されることがわかっています。これは PostgreSQL を使用し、ユーザーが 500,000 人以上いる場合に当てはまります。回避策として、ユーザー 100 万人ごとに、ヒープサイズを 1 GB 増やします。次のバグ修正リリースでこの修正をリリースします。