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/22 09:19:00 UTC

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

     [ https://issues.apache.org/jira/browse/PHOENIX-6849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tanuj Khurana resolved PHOENIX-6849.
------------------------------------
    Resolution: Resolved

> 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
>
> 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)