Custom Plugin Development: Adding a Button in Issue Page

Hi SonarQube Community,

I’m exploring the possibility of extending SonarQube functionality through custom plugins and I have a specific use case in mind. I would like to create a plugin that adds a new button to the issue page within SonarQube. The purpose of this button would be to send issue data directly from the SonarQube issue page, including relevant details such as the issue ID, project ID, etc.

Is it possible to develop such a plugin for SonarQube? If so, could you provide guidance or resources on how to achieve this, including any relevant API documentation or examples?

Thank you in advance for your help!

Hi,

It’s not possible to customize the pages of the existing UI, including the Issue pages. What you can do is add new pages to the UI.

 
HTH,
Ann