Our team has recently migrated to Atlassian Crucible for our peer reviews. The workflow we currently have in place is
- Create Feature branch off of develop
- Once the branch is wrapped up push the branch to origin and create a code review in crucible for the branch commit
- Once the code review process is complete, close the code review and merge the feature branch back to develop and push the latest develop to origin.
The issue we are facing with this particular workflow is that once i have merged the branch back to develop and pushed it to origin crucible reports show these changes to develop as changes which have gone in without any reviews. So somehow these changes are not being traced back to code review we had on the feature branch. I am almost certain we are missing something in our workflow and would love to hear from the experts and rectify that.
Thanks in advance.