Jira Macro Filter result are not showing the issue in Confluence

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

症状

 

The following appears in the page:


診断

This issue happen when you adding JIRA issue into Confluence and you unable to view it in Confluence.

原因

It happen when the following parameters are edited in the jira-config.properties/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.
    (warning) 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 customised.
  • 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 を再起動します。

(info) For more information read Limiting the number of issues returned from a search view such as an RSS feed.

最終更新日 2018 年 11 月 2 日

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

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