-
Type:
Bug
-
Resolution: Fixed
-
Priority:
High
-
Component/s: Pull Request - Comments, Pull Request - View / Diff
-
None
-
2
-
Severity 3 - Minor
-
56
-
Warranty
Issue Summary
If a pull request includes a file with comments but the diff surpasses the limits for viewing content and diffs, clicking the link to see the comments leads to a "Something went wrong" error.
Link to view comments:

Error:

Steps to Reproduce
- Navigate to a file with a large diff that contains comments
- Click the link to view comments "View (xxx) comments"
Expected Results
- The comments should show
Actual Results
- A "Something went wrong" error is shown with an error code.
Workaround
- Option 1: Review the comments for the file via the pull request overview tab
- https://bitbucket.org/<worksapce_id>/<repo_slug>/pull-requests/<pr_id>/
- All comments are included there.
- Option 2: Utilize the API to retrieve the list of comments and filter for specific ones.
- Endpoint List comments on a pull request