Terminal not showing "Create pull request for <Branch>: http://link-to-bitbucket-repo"

Platform Notice: Cloud Only - This article only applies to Atlassian products on the cloud platform.

Summary

Problem

Console message doesn't include "Create pull request for <Branch>: http://link-to-bitbucket-repo" output:

1 2 3 4 5 6 7 8 9 $ git push origin Test123 Counting objects: 3, done. Delta compression using up to 8 threads. Compressing objects: 100% (2/2), done. Writing objects: 100% (3/3), 356 bytes | 0 bytes/s, done. Total 3 (delta 1), reused 0 (delta 0) To bitbucket.org:<Repo-owner>/<Repo-Name>.git 57491e1..4a5867f Test123 -> Test123

Expected Outcome:

1 2 3 4 5 6 7 8 9 10 11 12 $ git push origin Test123 Counting objects: 3, done. Delta compression using up to 8 threads. Compressing objects: 100% (2/2), done. Writing objects: 100% (3/3), 360 bytes | 0 bytes/s, done. Total 3 (delta 1), reused 0 (delta 0) remote: remote: Create pull request for Test123: remote: https://bitbucket.org/<Repo-owner>/<Repo-Name>/pull-requests/new?source=Test123&t=1 remote: To bitbucket.org:<Repo-owner>/<Repo-Name>.git 4a5867f..e8206ca Test123 -> Test123

Solution

  1. Navigate to your Bitbucket Account's Settings (Avatar(Bottom Left) > Bitbucket Settings > Account settings)

    (Auto-migrated image: description temporarily unavailable)
  2. Check Enable console message option

    (Auto-migrated image: description temporarily unavailable)
Updated on April 11, 2025

Still need help?

The Atlassian Community is here for you.