Is it possible to create a Jira Change Log report via the API? I see you can create content (https://developer.atlassian.com/cloud/confluence/rest/#api-content-post) but am not sure how I would fill out the body to create a report. I have a tool that creates the Fix Versions/Releases in Jira every sprint, but currently am manually generating the report and would like to automate that step.
Hello Angelo,
You could, in theory, create a change log report via the REST API, but it may not be a mirror image of one created from the template. The reason for this would be the page you create via the REST API will need static values or additional values added from Jira itself. If you did want to attempt this I would approach it with the following logic;
With this method, you could create a script to complete the steps to assist with creating a Jira Change log report via the REST API. I hope these steps and references prove helpful for creating your content.
Regards,
Stephen Sifers
Hi Stephen,
That is what I ended up doing. Was a nightmare formatting the storage content into the JSON payload, but it is working. Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.