On the Pull Requests list in Bitbucket Cloud, the commit message and the branch info are shown on the same line, for example:
Refactor filter handling in WebhookErrors component to ensure proper JSON parsing... feature/abc-101 -> master
The problem is that when the commit message is long, the feature/abc-101 -> master part gets pushed behind the Created column and becomes hidden. So we can’t quickly see which branch is merging into which without opening the PR. That slows down code review because we have to click into PR details just to confirm the target branch.
Expected behavior:
The branch relationship (source -> target) should always remain fully visible in the PR list, regardless of commit message length.
This was previously requested here:
https://jira.atlassian.com/browse/BCLOUD-23849
but it remains unresolved.