[
https://issues.apache.org/jira/browse/PHOENIX-6849?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17650081#comment-17650081
]
ASF GitHub Bot commented on PHOENIX-6849:
-----------------------------------------
tkhurana opened a new pull request, #1547:
URL: https://github.com/apache/phoenix/pull/1547
…s for a fixed version
Set maxResults to None so that the API does internal batching and returns
back all the results
> git_jira_fix_version_check.py does not retrieve all JIRAs for a fixed version
> -----------------------------------------------------------------------------
>
> Key: PHOENIX-6849
> URL: https://issues.apache.org/jira/browse/PHOENIX-6849
> Project: Phoenix
> Issue Type: Bug
> Reporter: Tanuj Khurana
> Priority: Major
>
> The below API only returns 50 results by default as per the documentation
> [jira.search_issues|https://jira.readthedocs.io/examples.html#searching]
> {code:java}
> all_issues_with_fix_version = jira.search_issues( 'project=' +
> jira_project_name + ' and status in (Resolved,Closed) and fixVersion=' +
> fix_version) {code}
> We need to fetch all the matching issues.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)