Get All Tags for a project

Must-share information (formatted with Markdown):

  • which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension):- * Enterprise Edition
  • Version 9.9.3 (build 79811)
  • how is SonarQube deployed: zip, Docker, Helm: Zip
  • what are you trying to achieve: Get All tags for any project passed as parameter with help of API using powershell
  • what have you tried so far to achieve this:- tried projects and projects_tags api

Do not share screenshots of logs – share the text itself (bonus points for being well-formatted)!

Any better way to get all tags for any particular project. We have projects with multiple tags. Also we have more than 140 projects currently

Hi,

Have you tried this via the UI? The best way to master the API is to perform the desired action via the UI and eavesdrop to see which calls the UI made to accomplish the action.

You may also find this guide helpful.

 
Thx,
Ann