Uploaded image for project: 'Bitbucket Data Center'
  1. Bitbucket Data Center
  2. BSERV-3574

Easy to find pull request from blame/commit view

XMLWordPrintable

    • We collect Bitbucket feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

      Sometimes users need to read conclusions about some commit. They need to find discussion in pull request where such commit was reviewed.

      Now one solution, is run Source Tree, find sha1 in Tree View, see into commit message, maybe it will contains 'Merge Pull Request #1234' and then find Pull Request by number.

      Or found commit via `git branch -r --contains`, found first branch where was such commit. Found tip of branch, and then perform `git ls-remote | grep 'pull-request' | grep <tip of branch>`

      All these ways are hard. Will be nice to have simple finder directly in Stash.

            Unassigned Unassigned
            3652ed9ede2e Alexey Efimov
            Votes:
            78 Vote for this issue
            Watchers:
            53 Start watching this issue

              Created:
              Updated:
              Resolved: