Hi,
I want to create a new Confluence page with the results of a Jira "Change Log" report every time I run my build process when releasing a version.
I already use the REST API to create the version itself but cannot seem to find how to generate a report using Jira's APi.
Is there an endpoint for that or is that functionality not usable through the API?
Also, will Confluence's API for creating a new page play nice with data structures returned from Jira's API and if not, what sort of conversions do I have to do to make them work together?
Thank you in advance