We are using the git plugin to merge the code and Azure side CI/CD.
Our practice is like a developer did a code change and raise a pull request and assign it to the reviewer. Once the reviewer finds the code good he merges the code to the master branch after which the auto-deployment and sonarqube check happen.
Now if there is any bug in code then always the reviewer name is appearing in code at sonarqube bug window as he was the person who had committed the code finally to the master branch.
Is there any way we can get the person name who has raised the PR and actually did the code change?
Let me know if you think our practice is not as per the recommendations by sonarqube.