Per this page: https://developer.atlassian.com/server/bitbucket/tutorials-and-examples/code-insights-tutorial/
the code insights feature was added on version 5.15 of Bitbucket Server.
We're using version 5.16 of Bitbucket Server.
I'm trying to add a code insight report using the API, following the documentation from both here:
https://docs.atlassian.com/bitbucket-server/rest/6.2.0/bitbucket-code-insights-rest.html#idp6
and
https://developer.atlassian.com/server/bitbucket/how-tos/code-insights/
I get a "404 Not Found" error, which I'm guessing means that the endpoint is not available?
Q: Is it possible to use the code insight feature in Bitbucket Server 5.16?
I'm sending a PUT to "commits/<commitID>/reports/<reportId>" with a payload as described in the API documentation.