MCP server: tool `search_sonar_issues_in_projects` - additional parameters

Hi,

It would be very helpful if the tool search_sonar_issues_in_projects could support the following parameters, similar to the WebUI:

• branch: specify which branch to fetch issues from (currently, it defaults to only one branch flagged as “main”).

• types: filter issues by type.

• issueStatus: fetch issues based on their status.

• issueKey: fetch a specific issue by its key.

Please let me know if you would like me to contribute to adding these features-I would be happy to help!

Thanks!

Hello @mohkuma5, welcome to the community!

Thank you for the feedback. I have created the ticket for your request. We will try to make it the part of the next (not today’s) release.

The branch parameter is already supported, but unfortunately it’s not documented in our .md files like README.md and others. So we will fix documentation as well.

Thanks for your valuable feedback!
Kirill

1 Like

Hello. I noticed that this ticket has been closed. New fields have been added in the new version. However, the version of MCP image available on Docker Hub does not include the new fields. How long does it take between the release and the update of the image on Docker Hub?