I am using the SonarQube 6.4 API in order to search for issues. I do have two questions regarding it:
- Can I filter on issues related to a language?
I tried http://localhost:9000/api/issues/search?vulnerabilities=BLOCKER&language=JAVASCRIPT
and I've got results for other languages in the json too.
- If a tester adds a comment for a specific issue, can I have it in the json results? If so, how?