Jira Macro Filter result are not showing the issue in Confluence

Still need help?

The Atlassian Community is here for you.

Ask the community

Symptoms

 

The following appears in the page:


Diagnosis

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

Cause

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



Resolution

  • Shutdown 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

  • Restart Jira

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

Last modified on Nov 2, 2018

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.