-
Suggestion
-
Resolution: Unresolved
-
None
Issue Summary
Currently, Bitbucket Cloud does not support the "Git blame" feature within Pull Requests, which would allow users to see the revision and author information for each line of a file being reviewed. This feature is available in Bitbucket Server and would enhance the code review process in Bitbucket Cloud by providing more context about changes directly within the Pull Request interface.
Steps to Reproduce
- Open a Pull Request in Bitbucket Cloud.
- Attempt to view the "Git blame" information for lines of code within the Pull Request files.
Expected Results
When reviewing a Pull Request in Bitbucket Cloud, there should be an option to view "Git blame" information. Users should be able to see details such as the author, commit hash, and commit message associated with each line of code. This would help reviewers understand the history and context of changes more effectively.
Actual Results
Currently, Bitbucket Cloud does not provide "Git blame" information within Pull Requests. Users reviewing code are unable to easily see who last modified each line of a file or the associated commit details, which can limit their understanding of the change history and context during the review process.