Must-share information (formatted with Markdown):
- which versions are you using: SonarQube 10.6
- how is SonarQube deployed: zip
- what are you trying to achieve: Navigate from the Code view to the commit in the DevOps tool
When I click on the scm blame information in the source code view I get an info box with the author, the commit date and the hash of the commit. Currently it is very hard to copy the hast to the clipboard to open the commit in e.g. GitHub or GitLab.
It would be great when the hash would be a html-link to the according GitHub page (e.g. SONAR-22287 Fix a11y issues on Issue Detail page · SonarSource/sonarqube@5d06156 · GitHub) if the DevOps platform integration is configured for the project.
Additionally it would be nice to have a link next to the branch selector combobox that opens the corresponding branch in the DevOps tool. For PRs you already have this.
I propose that the links open in a new window/tab.
Thank you,
Andi