Jira Macro Filter result are not showing the issue in Confluence
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.
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
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
Powered by Confluence and Scroll Viewport.