Error formatting macro: appfire-confluence-analytics: java.lang.NullPointerException: Cannot invoke "com.atlassian.confluence.xhtml.api.MacroDefinition.getMacroId()" because "macroDefinition" is null
Skip to end of banner
Go to start of banner

Set Limits for Loading Issues

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Create on Transition for Jira can generate a lot of load on your instance, slowing completion times or contributing to OutofMemory Errors in Jira. This can happen if a JQL query returns too many issues. To prevent overload, you can configure a limit for the number of issues that can be returned by JQL.

The limit is defined in the jira-config.properties file.

jira.search.views.default.max

The default value is 1,000. To set a smaller limit of issues, for example, 400, change the property to jira.search.views.default.max = 400.

In new Jira installations, this properties file might not exist initially. In this case, you can create manually in your Jira application home directory using a text editor. To learn more about configuring the different properties of this file, see Advanced Jira application configuration.

  • No labels