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

« Previous Version 4 Next »

Note

This configuration is currently available only for the server & DC version of the app.

Automated Release Notes add-on uses power of JQL to automatically generate release notes from Jira. As you might be aware, JQLs if not used properly can end up retrieving data for thousands of Jira issues. For example, queries such as following could end in a large data set in search results.

  • 'Project = 'ARN'

  • Priority = 'High'

  • etc

Such queries, if used within the ARN's JQL section, could be disastrous. It might mean that the add-on will try to retrieve 1000s of Jira issues & their required attributes. This can potentially slow down the host Jira instance & might as well bring it down if the search result set is huge.

To avoid this problem, by default ARN applies a ceiling of 250 issues on every JQL. That is, every JQL section will only fetch maximum of 250 Jira issues. But this can be a problem in genuine cases where higher number of Jira issues are required in release notes creation process. Thus, we are introducing a configuration to manage this limit.

Just navigate to 'Automated Release Notes Settings' as a Jira administrator & click on the 'JQL' tab. Modify the Max Results setting, if required.

  • No labels