Jira Macro Filter displays no issues in Confluence
プラットフォームについて: Data Center - この記事は、Data Center プラットフォームのアトラシアン製品に適用されます。
このナレッジベース記事は製品の Data Center バージョン用に作成されています。Data Center 固有ではない機能の Data Center ナレッジベースは、製品のサーバー バージョンでも動作する可能性はありますが、テストは行われていません。サーバー*製品のサポートは 2024 年 2 月 15 日に終了しました。サーバー製品を利用している場合は、アトラシアンのサーバー製品のサポート終了のお知らせページにて移行オプションをご確認ください。
*Fisheye および Crucible は除く
症状
The following appears in the page:
診断
This issue happens when you add a Jira issue and you can't view it in Confluence.
原因
It happens when the following parameters are in jira-config.properties or jpm.xml:
jira.search.views.max.limit = -1
jira.search.views.default.max = -1
ソリューション
- Jira をシャットダウンします。
- Open the
jira-config.properties
file (located at the root of your JIRA Home Directory) in a text editor.
This file may not exist if you are using a new Jira installation or an upgraded Jira installation where your previous Jira version(s) had never been customized. - If you don't have
jira-config.properties
file, you need to open JIRA jpm.xml file which is located at<jira-application-dir>/WEB-INF/classes/jpm.xml
Find for the following parameter in the file
jira.search.views.max.limit = -1 jira.search.views.default.max = -1
and change it to
jira.search.views.max.limit = 1000 jira.search.views.default.max = 1000
Save the file
Jira を再起動します。
For more information read Limiting the number of issues returned from a search view such as an RSS feed.