You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Tanuj Khurana (Jira)" <ji...@apache.org> on 2022/12/21 04:48:00 UTC

[jira] [Created] (PHOENIX-6849) git_jira_fix_version_check.py does not retrieve all JIRAs for a fixed version

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)