raulcd opened a new issue, #14997: URL: https://github.com/apache/arrow/issues/14997
### Describe the enhancement requested During a release before creating a release candidate we use the `archery release curate <version>` command to generate a report with tickets that have a wrong version assigned on JIRA. A summary of the report looks like: ``` Total number of JIRA tickets assigned to version 11.0.0: 367 Total number of applied patches since version 10.0.0: 337 Patches with assigned issue in version 11.0.0: - https://github.com/apache/arrow/commit/180b1c2ac8aebe9055622e7d9b947916f4cc84ae ARROW-14832: [R] Implement bindings for stringr::str_remove and stringr::str_remove_all (#14644) ... JIRA issues in version 11.0.0 without a linked patch: - https://issues.apache.org/jira/browse/ARROW-18437 ``` This helps us remove issues that have a wrong version, etcetera. We should update this report to support GitHub issues showing issues that are incorrectly milestoned on the version we are going to Release. It would also be nice if we update the number of GitHub issues and the Patches with assigned issues to show also the ones from GitHub. ### Component(s) Archery -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org