How can I obtain the readable assignee name of a hotspot/issue via api queries?

Version: Sonarqube Enterprise Edition - Version 8.3.1 (build 34397)

For Team Planning purposes I would like to run queries on my project to list work to be done. When I run the api/hotspots/search for my project/application the assignee is not in a readable format. I’ve run the api/user/search and don’t see any fields that would allow me to join the results and obtain the login or name value.

I have the same problem for api/issues/search where I can obtain the uuid for an issue but not the readable name of the assignee.

How can I obtain the readable assignee name of a hotspot/issue via api queries?

Hi,

What have you tried? I see both assignee and author in the results when I use the same query (stolen from my browser developer tools) used to populate the interface.

 
Ann