I know this topic has been discussed during mid 2019 (https://jira.atlassian.com/browse/BSERV-10529). Has Bitbucket team reconsidered opening up this issue? Given that pair programming is becoming more popular in tech companies. It would be beneficial to have this feature enabled as github provides it.
I was looking at it as well. A colleague started working on a task and was missing only unit tests. Another colleague wrote the tests, and wanted to make explicit that the 2 of them worked on the code.
Unfortunately there is no way to make this obvious in Bitbucket Server. We will be using commit msg with this pattern in it:
Co-Authored-By: some name <some@email.com>
So if Bitbucket ever adds support then at least it will be picked up.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.