Changing the constraints on historical time parameters in gadgets
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:
- Shut down your Jira server.
- Edit your
jira-config.properties
file in your Jira home directory.
See Making changes to thejira-config.properties
file for more information. - Locate these properties.
If any of these properties do not exist in yourjira-config.properties
file, add them to the file. - Update the values of these properties as desired.
- Save your changes to the
jira-config.properties
file. - Restart your Jira server.