Tanuj Khurana created PHOENIX-6849:
--------------------------------------
Summary: 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
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)