Skip to content

Commit 342b95a

Browse files
committed
DOCSP-13314 increase generatechangelogs.py to 500 tickets
1 parent 4ee760e commit 342b95a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

changelogs/generatechangelogs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def get_jira_issues(fixVersion):
5252
# Run the JIRA query
5353
query = "project in {0} and fixVersion = {1} and resolution = 'Fixed' ORDER BY key ASC".format(
5454
projects, fixVersion)
55-
issues = auth_jira.search_issues(query, maxResults=200)
55+
issues = auth_jira.search_issues(query, maxResults=500)
5656

5757
logger.info("building changelog for {0} with {1} issue(s)".format(
5858
fixVersion, len(issues)))

0 commit comments

Comments
 (0)