Pull request export/report

We are using the review plugin and want to document what was done. Is there any method (API, script, other) to get the pull request information out of SCM-Manager to allow us to automatically generate a report?

Hello @ckeydel,

the SCM-Manager provides a REST-API that could be used for your purposes. The REST-API is documented by an openAPI spec. The OpenAPI plugin, makes this documentation available in your SCM-Manager instance, with an additional link in the footer.

The API most interesting for you, will probably be the Get pull request and Get history of changes of the pull requests