virajjasani opened a new pull request #3991: URL: https://github.com/apache/hadoop/pull/3991
### Description of PR As part of RC preparation, we need to identify all git commits that landed on release branch, however their corresponding Jira is either not resolved yet or does not contain expected fixVersions. Only when we have git commits and corresponding Jiras with expected fixVersion resolved, we get all such Jiras included in auto-generated CHANGES.md as per Yetus changelog generator. Proposal of this Jira is to provide such script that can be useful for all upcoming RC preparations and list down all Jiras where we need manual intervention. This utility script should use Jira API to retrieve individual fields and use git log to loop through commit history. The script should identify these issues: 1. commit is reverted as per commit message 2. commit does not contain Jira number format (e.g. HADOOP-XXXX / HDFS-XXXX etc) in message 3. Jira does not have expected fixVersion 4. Jira has expected fixVersion, but it is not yet resolved 5. Jira has release corresponding fixVersion and is resolved, but no corresponding commit yet found It can take inputs as: 1. First commit hash to start excluding commits from history 2. Fix Version 3. JIRA Project Name 4. Path of project's working dir 5. Jira server url ### How was this patch tested? Locally. ### For code changes: - [X] Does the title or this PR starts with the corresponding JIRA issue id (e.g. 'HADOOP-17799. Your PR title ...')? -- 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: common-issues-unsubscr...@hadoop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-issues-h...@hadoop.apache.org