Unable to Locate JIRA Issues with Search

Still need help?

The Atlassian Community is here for you.

Ask the community

Symptoms

When using the JIRA Issues Macro in Confluence, attempts to locate issues using search come up empty.


Diagnosis

(info) replace "pkey" with existing JIRA's project key

  • in the $JIRA_HOME/jira-config.properties , the following parameters are set to "-1":

    jira.search.views.default.max = -1
    jira.search.views.max.limit = -1

     

     

Resolution

Update entries in the  $JIRA_HOME/jira-config.properties with desired maximum number of issues returned. For example, 2000, but not higher than 10,000 in general.

jira.search.views.default.max = 2000
jira.search.views.max.limit = 2000

 

 

 

Last modified on Feb 19, 2016

Was this helpful?

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