Changing the constraints on historical time parameters in gadgets

Still need help?

The Atlassian Community is here for you.

Ask the community

A number of Jira gadgets show historical data from your Jira server. You can generally configure the time constraints on this data via gadget parameters, such as those parameters defining how far back should data be retrieved. For performance reasons, however, the Jira server can impose an overriding maximum limit on historical data retrieved by gadgets. These maximum limits imposed by the Jira server are defined by the following advanced configuration options in Jira and can be customized in your jira-config.properties file (located in the Jira application home directory).

jira.chart.days.previous.limit.yearly=36500
jira.chart.days.previous.limit.quarterly=22500
jira.chart.days.previous.limit.monthly=7500
jira.chart.days.previous.limit.weekly=1750
jira.chart.days.previous.limit.daily=300
jira.chart.days.previous.limit.hourly=10

To update these properties:

  1. Shut down your Jira server.
  2. Edit your jira-config.properties file in your Jira home directory.
    (info) See Making changes to the jira-config.properties file for more information.
  3. Locate these properties.
    (info) If any of these properties do not exist in your jira-config.properties file, add them to the file.
  4. Update the values of these properties as desired.
  5. Save your changes to the jira-config.properties file.
  6. Restart your Jira server.
Last modified on Mar 22, 2021

Was this helpful?

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