-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
6.6.5
-
3
-
Severity 3 - Minor
-
1
-
Problem Summary
On the JIRA side, there is a configurable parameter called jira.search.views.max.limit which limits the number of issues returned within a JIRA search. If this value is set to "-1", which denotes "unlimited", then the JIRA Issues Macro will fail to render issues inside of Confluence. The max number of issues will continue to be displayed, but not the listing of issues themselves.
Steps to reproduce
- In JIRA, set jira.search.views.max.limit to "-1" in jira-config.properties
- Start up Confluence and JIRA
- Create an applink so Confluence can pull in issues from JIRA
- In JIRA, create a project and a couple of test issues
- In Confluence, insert a JIRA Issues Macro and use an issue filter which returns multiple results
- Save the Confluence page
Expected results
Confluence displays JIRA Issues in the JIRA Issues Macro
Actual results
The number of issues found are returned in the macro, but not the listing of issues themselves:
Workaround
- On the JIRA side, set "jira.search.views.max.limit" to a non-unlimited value (the default is 1000).
- Related KB: https://confluence.atlassian.com/confkb/jira-issues-macro-shows-an-empty-table-with-no-issues-but-shows-the-total-number-of-issues-when-displaying-in-table-mode-690849922.html