[ https://issues.apache.org/jira/browse/PHOENIX-6849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Viraj Jasani updated PHOENIX-6849: ---------------------------------- Fix Version/s: 5.2.0 > 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 > Assignee: Tanuj Khurana > Priority: Major > Fix For: 5.2.0 > > > 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)