没有合并的BitBucket是否有任何代码审查工具(类似于FIsheye)?

Is there any code review tool (similar to FIsheye) for BitBucket without the merge?

所以我了解到,一旦我打开一个拉取请求,我就会自动获得对即将合并的代码的代码审查,这太棒了!但是有没有一种方法可以在不创建合并请求的情况下创建代码审查?例如,假设我正在开发一项功能,我想与同行一起进行代码审查,但我不想执行合并请求,因为该功能仍在进行中。

我知道我可以使用 BitBucket 中的 "compare" 功能来查看代码差异,但我需要 "Codereview" 一种明确的功能,以便我可以:

与我的同行分享代码审查link,以便他们可以看到
他们可以对代码进行评论和打开“任务” 以及所有这一切,而不是创建 Pull Request。这可能吗?

问题已经被问过 here

通常的流程是根据一个pull-request开始code review(我在BitBucket中的用法是这样理解的)

创建 pull-request 并将其标记为进行中是可以接受的,您以后可以随时在 PR 上添加更多提交。 这在 official doc:

中有解释

But, the pull request is more than just a notification—it’s a dedicated forum for discussing the proposed feature. If there are any problems with the changes, teammates can post feedback in the pull request and even tweak the feature by pushing follow-up commits. All of this activity is tracked directly inside of the pull request.

您的同行必须知道您不需要立即批准,只需评论直到您完成该功能(PR 准备合并)