We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ee760e commit 342b95aCopy full SHA for 342b95a
changelogs/generatechangelogs.py
@@ -52,7 +52,7 @@ def get_jira_issues(fixVersion):
52
# Run the JIRA query
53
query = "project in {0} and fixVersion = {1} and resolution = 'Fixed' ORDER BY key ASC".format(
54
projects, fixVersion)
55
- issues = auth_jira.search_issues(query, maxResults=200)
+ issues = auth_jira.search_issues(query, maxResults=500)
56
57
logger.info("building changelog for {0} with {1} issue(s)".format(
58
fixVersion, len(issues)))
0 commit comments